Displays the System.Web.UI.WebControls.DetailsView control on the client using the specified System.Web.UI.HtmlTextWriter object.
- writer
- An System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.
The DetailsView.Render(System.Web.UI.HtmlTextWriter) method is used to render the server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.