Click or drag to resize

AjaxControlManagerRenderControl Method

Overload List
  NameDescription
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.
Top
See Also