Hello,
I have an update panel with a GridView inside it.
Is it possible to run a Javascript function when the UpdatePanel
content starts to be refreshed and run another Javascript function
when the UpdatePanel content finishes to be refreshed?
Thanks,
Miguel
Michael Nemtsev - 03 Dec 2007 01:15 GMT
I suppose you need to use
beginRequest /endRequest from Sys.WebForms.PageRequestManager
http://asp.net/AJAX/Documentation/Live/tutorials/UpdatePanelClientScripting.aspx

Signature
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour
> Hello,
>
[quoted text clipped - 7 lines]
>
> Miguel