Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi

On Button click i am opening one modal pop using modalpopextender in that modal pop im showing data in gridvew.while biniding the data to gridview it is taking time to load the data in that , so i want to show loading image or loading text on click of button click till the data is loaded in gridview and after data get loaded in modalpop hide that loading tex or loading image.while showing loading image or text the conrols in that page should not be accessible.


I am doing like this

- on button click event in cs file file im getting the data in list and binding that list to gridview after that im showing that modalpopextender by using the .Show() method

how to show the loading text/immage before modalpop shown
Posted
Comments
Raje_ 8-Mar-13 4:01am    
Use UpdateProgress.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900