AjaxControlManagerRenderControl Method |
| Name | Description | |
|---|---|---|
| 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.
|