Hello all.
I have a page that sometimes displays about 2000 lines in an html table on the screen. Between, database calls, calculations and creating the html table it can take up to 1 minute to process the information in the Page_Load() event. I need either a popup window or a message on the screen that says "Please wait while the page is being created...yada yada yada". Does anyone know the best way to do this? I added javascript at the very beginning of the web page to pop up another page, but it only executes AFTER the Page_Load() event occurs, so it doesn't really do any good. Any suggestions?
Thanks!
SteveS
I have a page that sometimes displays about 2000 lines in an html table on the screen. Between, database calls, calculations and creating the html table it can take up to 1 minute to process the information in the Page_Load() event. I need either a popup window or a message on the screen that says "Please wait while the page is being created...yada yada yada". Does anyone know the best way to do this? I added javascript at the very beginning of the web page to pop up another page, but it only executes AFTER the Page_Load() event occurs, so it doesn't really do any good. Any suggestions?
Thanks!
SteveS