Hello,
I have a gridview in an update panel. What I want to do is to be able to know when UpdatePanel is no longer updating the GridView with new information so I can use that as a signal that my process is finished.
Any advice on this appreciated, thanks!