BaseDataList.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Renders the control to the specified HTML writer.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
A System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.
Community Additions
ADD
Show: