AJAX Page - Using RenderMethod

RenderMethod="Always"

The panel is always updated.
  • When the page is first loaded.
  • When an explicit UpdatePanel requests it.
  • When UpdateAllPanels is used.
3/19/2010 9:04:09 PM


RenderMethod="OnCallback"

The panel is only updated on a callback.
  • When an explicit UpdatePanel requests it.
  • When UpdateAllPanels is used.


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.
3/19/2010 9:04:09 PM





See also CallbackPanel properties documentation.
For more information about CallbackPanel see How It Works page.

"Thank you very much, your suite is amazing. It´s been a long time I´m trying to do this effect and asked the suport from others suites and none of them could do it works. Great product."

A.G.Junior
Fiorilli Software