Hi,
I need to determine in the page is loading in a partial rendering mode (when posting back from within an UpdatePanel).
Any suggestions?
Hi,
I need to determine in the page is loading in a partial rendering mode (when posting back from within an UpdatePanel).
Any suggestions?
You can use the IsInAsyncPostBack property of ScriptManager to check if the page is loading through a partial postback.
This article on codeproject might help too:
http://www.codeproject.com/KB/custom-controls/asp-ajax-custom-controls.aspx