Even if the EnablePartialRendering property is true, partial-page rendering might not occur. The browser might not support partial-page rendering, or the SupportsPartialRendering property is set to false.
You can override the value of the EnablePartialRendering property at run time during or before the page's Init event. If you try to change this property after the page's Init event has occurred, an InvalidOperationException exception is thrown.