Client side call back
-
I have a process at server side which takes around 120 minutes to execute. When i post an ASP.NET page the process is invoked at server side. Now i need a call back mechanism that as soon as the process completes processing at server it call back a client side script's (javascript) function to report success or failure accordingly. I read that ASP.Net v2.0 has built in support for client call backs. How can this be done with ASP.NET 1.0. best regards...
-
I have a process at server side which takes around 120 minutes to execute. When i post an ASP.NET page the process is invoked at server side. Now i need a call back mechanism that as soon as the process completes processing at server it call back a client side script's (javascript) function to report success or failure accordingly. I read that ASP.Net v2.0 has built in support for client call backs. How can this be done with ASP.NET 1.0. best regards...