PasswordRecovery.HelpPageUrl Property
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_HelpPageUrl () /** @property */ public void set_HelpPageUrl (String value)
public function get HelpPageUrl () : String public function set HelpPageUrl (value : String)
Property Value
The URL of the password recovery Help page. The default is Empty.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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.