Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Update Panel (http://www.velocityreviews.com/forums/t556839-update-panel.html)

shapper 12-02-2007 11:53 PM

Update Panel
 
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 12-03-2007 01:15 AM

RE: Update Panel
 
I suppose you need to use
beginRequest /endRequest from Sys.WebForms.PageRequestManager

http://asp.net/AJAX/Documentation/Li...Scripting.aspx

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour



"shapper" wrote:

> 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
>



All times are GMT. The time now is 09:28 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57