Search code examples
javascriptasp.netajaxupdatepanel

How can I update an UpdatePanel from JavaScript


Given an Asp.Net page that contains UpdatePanels. How to update a specific UpdatePanel from the client-side.

And is it possible to update it from a dialog opened from this page? (via window.open)

Thanks in advance.


Solution

  • Here are some links to take a look at...

    Easily refresh an UpdatePanel, using JavaScript

    How to refresh an UpdatePanel from javascript

    Refresh the UpdatePanel using JavaScript Code