Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
how to apply update progress only to populate gridview and not whole page?
Posted

1 solution

You need to define an update panel. Put the grid in this update panel. Define a Update progress and bind it to the UpdatePanel.

UpdateProgress can be related/coneected to UpdatePanel. Now, whenever the UpdatePanel is updated, update progress is displayed during the update period.

Have a look here: UpdateProgress Control Overview[^]
This would tell you about the control with sample.
 
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