In ASP.net-AJAX, can the AJAX postback of an UpdatePanel only update controls inside UpdatePanels or is it possible to update controls that aren’t inside UpdatePanels? If so, how?
Just trying to understand ASP.net-AJAX better, not trying to solve a specific problem.
Edit:
I mean update from the server-side code, without using Javascript or any additional libraries.
Thanks.
Only controls inside an update panel are refreshed without a full page postback