ChangePassword.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Writes the ChangePassword control content to the specified HtmlTextWriter object, for display on the client.
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
The HtmlTextWriter object that represents the output stream used to write content to a Web page.
Community Additions
ADD
Show: