vote up 0 vote down star

Hi,

I need to determine in the page is loading in a partial rendering mode (when posting back from within an UpdatePanel).

Any suggestions?

flag

67% accept rate

2 Answers

vote up 3 vote down

You can use the IsInAsyncPostBack property of ScriptManager to check if the page is loading through a partial postback.

link|flag
vote up 1 vote down

This article on codeproject might help too:
http://www.codeproject.com/KB/custom-controls/asp-ajax-custom-controls.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.