asp.net.ph

WebControl.RenderBeginTag Method

System.Web.UI.WebControls Namespace   WebControl Class


Renders the HTML begin tag of the control into the specified writer. This method is primarily used by control developers.

[ VB ]
Overridable Public Sub RenderBeginTag ( _
   ByVal writer As HtmlTextWriter _
)

[ C# ]
public virtual void RenderBeginTag (
   HtmlTextWriter writer
);

[ C++ ]
public: virtual void RenderBeginTag (
   HtmlTextWriter* writer
);

[ JScript ]
public function RenderBeginTag (
   writer : HtmlTextWriter
);

Parameters

writer
The output stream that renders HTML content to the client.

Remarks

This is made public so other controls can render multiple controls in between the begin tag and the end tag.

See Also

WebControl Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph