PasswordRecovery::HelpPageUrl Property

 

Gets or sets the URL of the password recovery Help page.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ HelpPageUrl {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: