![]() | AjaxControlManager Methods |
The AjaxControlManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddResourceIgnores |
Adds ignore conditions according to the current list of ignored resources.
|
![]() | RegisterControl |
Registers the given control to be rendered later asynchronously.
|
![]() | RenderControl(String) |
Renders the given control and returns the complete control output.
|
![]() | RenderControl(Control) |
Renders the given control and returns the complete control output.
|
![]() | RenderControl(String, Control) |
Renders the given control and returns the complete control output.
|
![]() | RenderControl(String, HtmlTextWriter) |
Renders the given control by using the given text writer.
|
![]() | RenderControl(Control, Control) |
Renders the given control and returns the complete control output.
|
![]() | RenderControl(Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
|
![]() | RenderControl(String, Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
|
![]() | RenderControl(Control, Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
|
![]() | RenderCurrentControl |
Renders the currently requested control and returns the complete control output.
|
![]() | RenderCurrentControl(Control) |
Renders the currently requested control and returns the complete control output.
|
![]() | RenderCurrentControl(HtmlTextWriter) |
Renders the currently requested control by using the given text writer.
|
![]() | RenderCurrentControl(Control, HtmlTextWriter) |
Renders the currently requested control by using the given text writer.
|
![]() | UnregisterAllControls |
Removes all currently registered controls from the asynchronous rendering queue.
|
![]() | UnregisterControl |
Removes the given control from the asynchronous rendering queue.
|