twiddle my thumbs

  • Thread starter Thread starter jaems
  • Start date Start date
J

jaems

When the user clicks a button on my page a series of rather time consuming
SQL searches take place before the results are returned to the same page.

How can I display something indicating that that the user needs to wait and
twiddles their thumbs for a bit.
I could go to another page but how do I get back when the data is ready?


jaez
 
When the user clicks a button on my page a series of rather time consuming
SQL searches take place before the results are returned to the same page.

How can I display something indicating that that the user needs to wait and
twiddles their thumbs for a bit.
I could go to another page but how do I get back when the data is ready?

jaez

If it returns to the same page I would recommend to use Ajax and
UpdateProgress control
http://www.asp.net/AJAX/Documentation/Live/overview/UpdateProgressOverview.aspx
 
Back
Top