Multiple UpdatePanels - Who caused the update ?
Posted by: MS-Joe,
on 19 Apr 2008 |
View original | Bookmarked: 0 time(s)
Does your client code need to know what control caused your update panels to update or which of several UpdatePanels contained the triggering control ? Try this.... (Or do the same thing with addbeginRequest();
1 <script type="text/javascript">
2 <!--
3 var prm = Sys.WebForms.PageRequestManager.getInstance();
4
5 prm.add_endRequest(EndRequest);
...