View Single Post

  #1 (permalink)  
Old 06-22-2007, 07:10 AM
Adrian Adrian is offline
Senior Member
 
Join Date: Apr 2006
Posts: 141
Adrian is on a distinguished road
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.
Reply With Quote