Edit

Share via


BaseDataList.Render(HtmlTextWriter) Method

Definition

Renders the control to the specified HTML writer.

protected override void Render(System.Web.UI.HtmlTextWriter writer);
protected internal override void Render(System.Web.UI.HtmlTextWriter writer);

Parameters

writer
HtmlTextWriter

A HtmlTextWriter that contains the output stream to render on the client.

Applies to