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.
Here are some links to take a look at...
Easily refresh an UpdatePanel, using JavaScript