Panel.RenderBeginTag Method
.NET Framework 3.0
Renders the HTML opening tag of the Panel control to the specified writer.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void RenderBeginTag ( HtmlTextWriter writer )
public override function RenderBeginTag ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: