|
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.
|