views:

152

answers:

1

I have a grideview that displays rows that will be deleted across servers by the click of a delete button in the footer of the grid. This delete will take a long time so i want an updateprogress bar. I'm not really familiar with it so I don't know where to begin.

+2  A: 

Check out asp.net video tutorial section. The one you looking for is: Use the ASP.NET AJAX UpdateProgress Control

dev.e.loper
Thank you. I didn't watch the video but the code available under the tutorial helped out so i accepted your answer. Thanks!
Eric