Im using updatePanel and after postback which updates it I would like to add some javascript to the page which would execut after all javascript run which is specified on
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(MyJSFunc);
Thanks for any hint how to do that
<script>block to the update panel code in VB/C#?