Thursday, April 10, 2008

Please wait ... message in ASP.net

I have heard lots of questions on how to implement this and these links seems to provide the answers ..

Loading Progress and Status Displays in ASP.NET http://www.informit.com/articles/article.asp?p=174363&rl=1

Building a Better Busy Box - Ver 1.2(Processing… Please Wait)http://blogs.crsw.com/mark/articles/642.aspx

Javascript "Please Wait" Message Boxes -
http://aspalliance.com/38
gives the complete code using jaascript .. u could implement the same script for a page load too by not encapsulating the code within the function but directly within script tags .. remember the page is buffered by default is asp.net i.e. the page is not diplayed till the whole thing is not processed and so the browaser waits for it to complete and then receives the complet page .. so u could try and use response.flush in the page load to load the initial scripts ..

PleaseWaitButton ASP.NET Server Control
http://www.codeproject.com/aspnet/PleaseWaitButton.asp

No comments:

Post a Comment