Exforsys
+ Reply to Thread
Results 1 to 3 of 3

How to Notify Users

This is a discussion on How to Notify Users within the Microsoft .NET forums, part of the Programming Talk category; I am building an application that executes work on a database server in the form of a stored procedure. This ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    How to Notify Users

    I am building an application that executes work on a database server in the form of a stored procedure. This stored procedure taken an extensive amount of time to complete. Instead of having the user wait for the execution on the server to complete I want to code such that after execution of this procedure to notify the user when it completes. For doing this what method can I make use in my .NET application. Kindly someone help me out in this process to complete my task.


  2. #2
    techguru is offline Senior Member Array
    Join Date
    Mar 2005
    Answers
    112
    You can have a monitoring job with ajax to see if the job completed or not .. if the job is running for more then x min, then you can use mail component to send an email to the user..


  3. #3
    tushersmart is offline Tusher Array
    Join Date
    Oct 2007
    Location
    Bangladesh.
    Answers
    3
    You may use Atlas or Ajax to show user a progress bar during execution.
    By this you also be able to provide user notification message after complete of that process..


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...