Display wait message while processing

  • Thread starter Thread starter kanya.rajani
  • Start date Start date
K

kanya.rajani

Hi,

I am generating some large data like 1000 records(my client
requirement) to a gridview without paging. So it will take sometime to
process and bind. I want to display some message(model dialog) inorder
to prevent the user from clicking the button or other controls again
and again.


How can I do this?


Exactly same as airline schedule search.
 
Hello (e-mail address removed),

use ajax control tookit or implement ICallbackEventHandler

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top