PasswordRecovery::HelpPageUrl Property
Gets or sets the URL of the password recovery Help page.
Assembly: System.Web (in System.Web.dll)
The HelpPageUrl property contains the URL of the password recovery Help page. The PasswordRecovery control displays a link to the password recovery Help page in the UserName view and the Question view but not in the Success view.
If the HelpPageText property is set to Empty, no link is displayed.
The appearance of the Help page link is defined by the HyperLinkStyle property.
When you use templates to define the appearance of the PasswordRecovery control, the HelpPageText and HelpPageUrl properties have no effect.
The following code example uses the HelpPageUrl property to link to a Help page. If the user does not enter his or her user name properly, the UserLookupError event is raised and the link is highlighted.
Available since 2.0