show/hide this revision's text 2 added 111 characters in body

I would first look if there is some other issue with the custom control causing the full page postback, as in any case what should be happening is that the whole update panel refreshes (still with ajax).

After that, just look at the Nesting UpdatePanel Controls section of this: http://msdn.microsoft.com/en-us/library/bb398867.aspx#

Also make sure to have the ScriptManager control with the property EnablePartialRendering set to true.

show/hide this revision's text 1

I would first look if there is some other issue with the custom control causing the full page postback, as in any case what should be happening is that the whole update panel refreshes (still with ajax).

After that, just look at the Nesting UpdatePanel Controls section of this: http://msdn.microsoft.com/en-us/library/bb398867.aspx#