ChangePasswordDesigner.GetDesignTimeHtml Method ()
.NET Framework 3.0
Gets the markup that is used to render the associated control at design time.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The GetDesignTimeHtml method sets the mode of the associated ChangePassword control, which can be a copy, to the current mode of the actual control. Next, it forces the child controls to be recreated, and then calls the base method to generate the markup. If an error occurs, the GetDesignTimeHtml calls the GetErrorDesignTimeHtml method to generate the markup for a placeholder.
Notes to Inheritors: If you override the GetDesignTimeHtml method, be sure to call the base method, because it eventually calls on the ChangePassword control or a copy of the control to generate the markup.Community Additions
ADD
Show: