Click or drag to resize

AjaxControlManager Methods

The AjaxControlManager type exposes the following members.

Methods
  NameDescription
Public methodAddResourceIgnores
Adds ignore conditions according to the current list of ignored resources.
Public methodRegisterControl
Registers the given control to be rendered later asynchronously.
Public methodRenderControl(String)
Renders the given control and returns the complete control output.
Public methodRenderControl(Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(String, Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(String, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(Control, Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(String, Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(Control, Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderCurrentControl
Renders the currently requested control and returns the complete control output.
Public methodRenderCurrentControl(Control)
Renders the currently requested control and returns the complete control output.
Public methodRenderCurrentControl(HtmlTextWriter)
Renders the currently requested control by using the given text writer.
Public methodRenderCurrentControl(Control, HtmlTextWriter)
Renders the currently requested control by using the given text writer.
Public methodUnregisterAllControls
Removes all currently registered controls from the asynchronous rendering queue.
Public methodUnregisterControl
Removes the given control from the asynchronous rendering queue.
Top
See Also