ChangePassword.CreateChildControls Method
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
| The DisplayUserName property is set to false, the ChangePasswordTemplate contains a control that implements the IEditableTextControl interface, and the ID property of the control is set to "UserName". -or- The DisplayUserName property is set to true, the ChangePasswordTemplate does not contain a control that implements the IEditableTextControl interface, and the ID property of the control is set to "UserName". -or- The ChangePasswordTemplate does not contain a control that implements the IEditableTextControl interface, and the ID property of the control is set to "CurrentPassword". -or- The ChangePasswordTemplate does not contain a control that implements the IEditableTextControl interface, and the ID property of the control is set to "NewPassword". |
Reference
ChangePassword ClassChangePassword Members
System.Web.UI.WebControls Namespace
Other Resources
ASP.NET Login Controls OverviewCustomizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab