Contents

DateTimePicker.RenderContents Method

Notes

Overrides WebControl.RenderContents.

Renders the HTML representation of the DateTimePicker control to the specified HTMLTextWriter.

This method is used by the base WebControl.Render method, and the developer should have no need to call this method from code.

Syntax

[Visual Basic]
Overridable Protected Sub RenderContents( _
   ByVal writer As HtmlTextWriter _
)
[C#]
Protected virtual void RenderContents(
   HtmlTextWriter writer
);
[C++]
Protected: virtual void RenderContents(
   HtmlTextWriter* writer
);
[JScript]
Protected function RenderContents(
   writer : HtmlTextWriter
);

Parameters

writer : A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

See Also

DateTimePicker Contents | DateTimePicker Overview | DateTimePicker Members


Support | Feedback | Contact Dune5 | Website

© 2001-2003 Dune5. All Rights Reserved.