Progress Bar
-
Hi, Scenario: I have a method on server side which takes 15 - 20 minutes to execute. Now i want to display a progress bar on that page to display the progress (the progress bar will not display progess by checking how much work has been done by the method running at server side. Infact, the progress bar will be only for user interactivity that is to ensure user that the system is alive) Problem: The problem i have is how to remain on the same page and increment the progress bar (at client side) while the server side method is executing and after the method has sucessfully executed it notifies me or even give me error description if any. An example is classic VB 'Do Events'. Any ideas ??? How can i do the same 'DO Events' thing with client-server model ?? Regards, Hatim Ali.