|
Callback Panel - RenderMethod |
|
RenderMethod="Always"
The panel is always updated.
|
||
|
|
|
|
RenderMethod="OnCallback"
The panel is only updated on a callback.
|
||
|
|
|
|
|
RenderMethod="OnExplicitRequest"
The panel is only updated when UpdatePanel is used explicitly for this panel. It is not rendered when the page is first loaded, nor when UpdateAllPanels is used. |
||
|
|
|
|
|
RenderMethod="OnExplicitRequestAndPageLoad"
The panel is only updated when UpdatePanel is used explicitly for this panel. It is also rendered when the page is first loaded. |
||
|
|
|