Friday, September 16, 2011

get html control content before render


source : http://msdn.microsoft.com/en-us/library/system.web.ui.control.rendercontrol.aspx

Control.RenderControl Method

Outputs server control content and stores tracing information about the control if tracing is enabled.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
 NameDescription
Public methodRenderControl(HtmlTextWriter)Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
Protected methodRenderControl(HtmlTextWriter, ControlAdapter)Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.
Top

No comments:

Post a Comment