﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PasswordRecovery" FullName="System.Web.UI.WebControls.PasswordRecovery"><TypeSignature Language="C#" Value="public class PasswordRecovery : System.Web.UI.WebControls.CompositeControl" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Web.UI.WebControls.CompositeControl</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.ComponentModel.Bindable(false)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>In this topic:</para><list type="bullet"><item><para><format type="text/html"><a href="#introduction">Introduction</a></format></para></item><item><para><format type="text/html"><a href="#views">Views</a></format></para></item><item><para><format type="text/html"><a href="#styles_and_templates">Styles and Templates</a></format></para></item><item><para><format type="text/html"><a href="#validation_groupings">Validation Groupings</a></format></para></item><item><para><format type="text/html"><a href="#applying_styles">Applying CSS Styles</a></format></para></item><item><para><format type="text/html"><a href="#accessibility">Accessibility</a></format></para></item><item><para><format type="text/html"><a href="#declarative_syntax">Declarative Syntax</a></format></para></item></list><format type="text/html"><a href="#introduction" /></format><format type="text/html"><h2>Introduction</h2></format><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control assists users who have forgotten their passwords. It enables a user to request an e-mail message containing either a new password or the password already associated with his or her user name.</para><block subset="none" type="note"><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> Web control uses Internet e-mail services to send recovered or new passwords to users. There are inherent security risks with sending passwords in e-mail. You should determine whether these security risks are acceptable to your site.</para></block><block subset="none" type="note"><para>If you are not familiar with the set of login controls available in ASP.NET, see <format type="text/html"><a href="ac032230-6469-4b03-b68d-03ef2643a24d">ASP.NET Login Controls Overview</a></format> before continuing. For a list of other topics related to login controls and membership, see <format type="text/html"><a href="824c3a24-f0af-427c-a652-0d2d1e9397cd">Managing Users By Using Membership</a></format>.</para></block><para>Users can recover passwords only when the membership provider defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property supports clear text or encrypted passwords. Because hashed passwords cannot be recovered, users at sites that use hashed passwords can only reset their passwords.</para><block subset="none" type="note"><para>Accepting user input is a potential security threat. Malicious users can send data that is intended to expose vulnerabilities or run programs that try generated passwords. To improve security when working with user input, you should use the validation features of your control and secure any data providers that are configured for your control. For more information, see <format type="text/html"><a href="d85075bc-9c1a-4453-8a0c-539b10853c9c">Securing Login Controls</a></format>, <format type="text/html"><a href="3eeeee9e-b09f-4c7f-8ce5-d9ca1f9322ad">Basic Security Practices for Web Applications</a></format>, and <format type="text/html"><a href="2dab2012-c278-426a-bb0d-93b260c428a7">Securing Membership</a></format>.</para></block><block subset="none" type="note"><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control can be used when a membership user has not been approved (<see cref="P:System.Web.Security.MembershipUser.IsApproved" /> is set to false), but it cannot be used when a membership user has been locked out (<see cref="P:System.Web.Security.MembershipUser.IsLockedOut" /> is set to true).</para></block><para>The e-mail message is sent using the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class. To be able to send e-mail to users, you must configure a mail server in your application's Web.config file. You can change the content of the e-mail sent to users by setting a custom message in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition" /> property.</para><block subset="none" type="note"><para>It is not possible to guarantee that a user will receive or view an e-mail message. To verify that a user has received a notification by e-mail, consider providing a confirmation link in the message, allowing the user to confirm that the notification was received.</para></block><format type="text/html"><a href="#views" /></format><format type="text/html"><h2>Views</h2></format><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control has three states, or views: </para><list type="bullet"><item><para>UserName view -- Asks the user for his or her registered user name.</para></item><item><para>Question view -- Requires the user to provide the answer to a stored question to reset the password.</para></item><item><para>Success view -- Tells the user whether the password recovery or reset was successful.</para></item></list><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control displays the Question view only when the membership provider defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property supports password question and answer.</para><para>The following table lists each style property of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control and indicates which view it affects.</para><list type="table"><listheader><item><term><para>Property</para></term><description><para>UserName view </para></description><description><para>Question view </para></description><description><para>Success view </para></description></item></listheader><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>Yes </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>No </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>No </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>No </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>No </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /></para></term><description><para>No </para></description><description><para>No </para></description><description><para>Yes </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>No </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /></para></term><description><para>Yes </para></description><description><para>Yes </para></description><description><para>Yes </para></description></item></list><format type="text/html"><a href="#styles_and_templates" /></format><format type="text/html"><h2>Styles and Templates</h2></format><para>You can use an extensive set of style properties to customize the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Alternatively, you can apply custom templates to the three views if you need complete control over the appearance of the control. You can use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" />, <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /> and <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> properties to create templates for these views. If you define a template for a view, the style properties of <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> have no effect.</para><para>The following table lists the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control style properties and explains which UI element each style property affects. For a list of which properties each style applies to, see the documentation for the individual style properties.</para><list type="table"><listheader><item><term><para>Style property </para></term><description><para>UI element affected </para></description></item></listheader><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /></para></term><description><para>Submit buttons on all views. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /></para></term><description><para>Error text displayed to the user. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /></para></term><description><para>Links to other pages. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /></para></term><description><para>Instructional text on the page that tells users how to use the control. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /></para></term><description><para>Labels for all input fields, such as text boxes. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /></para></term><description><para>Text entry input fields. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /></para></term><description><para>Title text for each view. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /></para></term><description><para>Text displayed to the user when the password recovery or reset attempt is successful. </para></description></item></list><para>The following table lists which template properties apply to each view in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. For a list of the controls that you must set in each template, see the documentation for the individual template properties.</para><list type="table"><listheader><item><term><para>View </para></term><description><para>Template property </para></description></item></listheader><item><term><para>UserName </para></term><description><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /></para></description></item><item><term><para>Question </para></term><description><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /></para></description></item><item><term><para>Success </para></term><description><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /></para></description></item></list><para>When the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control is not customized with templates, the <see cref="P:System.Web.UI.WebControls.WebControl.AccessKey" /> property of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control applies to the first text box in the control and the <see cref="P:System.Web.UI.WebControls.WebControl.TabIndex" /> property, which is applied to all text boxes of the control. If the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control is customized with templates, then the <see cref="P:System.Web.UI.WebControls.WebControl.AccessKey" /> property and the <see cref="P:System.Web.UI.WebControls.WebControl.TabIndex" /> property are ignored. In this case, set the <see cref="P:System.Web.UI.WebControls.WebControl.AccessKey" /> property and the <see cref="P:System.Web.UI.WebControls.WebControl.TabIndex" /> property of each template child control directly.</para><para><see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control properties represented by text boxes, such as <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Answer" /> and <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" />, are accessible during all phases of the page life cycle. The control will pick up any changes made by the end user by means of the <see cref="E:System.Web.UI.WebControls.TextBox.TextChanged" /> event triggered by the textboxes.</para><format type="text/html"><a href="#validation_groupings" /></format><format type="text/html"><h2>Validation Groupings</h2></format><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control creates a validation group for all required field validators in the control so that other input controls on the page are not affected by validating the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. By default, the <see cref="P:System.Web.UI.Control.ID" /> property of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control is used as the name of the validation group. For example, a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control with the ID "PasswordRecovery1" will use a validation group name of "PasswordRecovery1". If you want the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control to participate in another validation group, you must template the control.</para><format type="text/html"><a href="#applying_styles" /></format><format type="text/html"><h2>Applying CSS Styles</h2></format><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control lets you specify CSS style rules in markup. If you use templates to customize the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, you can specify CSS styles in the markup in the templates. In that case, no extra outer table is required. You can prevent the table from being rendered by setting the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.RenderOuterTable" /> property to false.</para><format type="text/html"><a href="#accessibility" /></format><format type="text/html"><h2>Accessibility</h2></format><para>For information about how to configure this control so that it generates markup that conforms to accessibility standards, see <format type="text/html"><a href="7e3ce9c4-6b7d-4fb1-94b5-72cf2a44fe13">Accessibility in Visual Studio 2010 and ASP.NET 4</a></format> and <format type="text/html"><a href="847a37e3-ce20-41da-b0d3-7dfb0fdae9a0">ASP.NET Controls and Accessibility</a></format>.</para><format type="text/html"><a href="#declarative_syntax" /></format><format type="text/html"><h2>Declarative Syntax</h2></format><code>&lt;asp:PasswordRecovery
    AccessKey="string"
    AnswerLabelText="string"
    AnswerRequiredErrorMessage="string"
    BackColor="color name|#dddddd"
    BorderColor="color name|#dddddd"
    BorderPadding="integer"
    BorderStyle="<codeFeaturedElement>NotSet</codeFeaturedElement>|None|Dotted|Dashed|Solid|Double|Groove|Ridge|
        Inset|Outset"
    BorderWidth="size"
    CssClass="string"
    Enabled="<codeFeaturedElement>True</codeFeaturedElement>|False"
    EnableTheming="<codeFeaturedElement>True</codeFeaturedElement>|False"
    EnableViewState="<codeFeaturedElement>True</codeFeaturedElement>|False"
    Font-Bold="True|<codeFeaturedElement>False</codeFeaturedElement>"
    Font-Italic="True|<codeFeaturedElement>False</codeFeaturedElement>"
    Font-Names="string"
    Font-Overline="True|<codeFeaturedElement>False</codeFeaturedElement>"
    Font-Size="string|Smaller|Larger|XX-Small|X-Small|Small|Medium|
        Large|X-Large|XX-Large"
    Font-Strikeout="True|<codeFeaturedElement>False</codeFeaturedElement>"
    Font-Underline="True|<codeFeaturedElement>False</codeFeaturedElement>"
    ForeColor="color name|#dddddd"
    GeneralFailureText="string"
    Height="size"
    HelpPageIconUrl="uri"
    HelpPageText="string"
    HelpPageUrl="uri"
    ID="string"
    MailDefinition-BodyFileName="uri"
    MailDefinition-CC="string"
    MailDefinition-From="string"
    MailDefinition-IsBodyHtml="True|<codeFeaturedElement>False</codeFeaturedElement>"
    MailDefinition-Priority="<codeFeaturedElement>Normal</codeFeaturedElement>|Low|High"
    MailDefinition-Subject="string"
    MembershipProvider="string"
    OnAnswerLookupError="AnswerLookupError event handler"
    OnDataBinding="DataBinding event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnPreRender="PreRender event handler"
    OnSendingMail="SendingMail event handler"
    OnSendMailError="SendMailError event handler"
    OnUnload="Unload event handler"
    OnUserLookupError="UserLookupError event handler"
    OnVerifyingAnswer="VerifyingAnswer event handler"
    OnVerifyingUser="VerifyingUser event handler"
    QuestionFailureText="string"
    QuestionInstructionText="string"
    QuestionLabelText="string"
    QuestionTitleText="string"
    runat="server"
    SkinID="string"
    Style="string"
    SubmitButtonImageUrl="uri"
    SubmitButtonText="string"
    SubmitButtonType="<codeFeaturedElement>Button</codeFeaturedElement>|Image|Link"
    SuccessPageUrl="uri"
    SuccessText="string"
    TabIndex="integer"
    TextLayout="<codeFeaturedElement>TextOnLeft</codeFeaturedElement>|TextOnTop"
    ToolTip="string"
    UserName="string"
    UserNameFailureText="string"
    UserNameInstructionText="string"
    UserNameLabelText="string"
    UserNameRequiredErrorMessage="string"
    UserNameTitleText="string"
    Visible="<codeFeaturedElement>True</codeFeaturedElement>|False"
    Width="size"
&gt;
        &lt;FailureTextStyle /&gt;
        &lt;HyperLinkStyle /&gt;
        &lt;InstructionTextStyle /&gt;
        &lt;LabelStyle /&gt;
        &lt;MailDefinition
            BodyFileName="uri"
            CC="string"
            From="string"
            IsBodyHtml="True|<codeFeaturedElement>False</codeFeaturedElement>"
            Priority="<codeFeaturedElement>Normal</codeFeaturedElement>|Low|High"
            Subject="string"
&gt;
                &lt;EmbeddedObjects&gt;
                        &lt;asp:EmbeddedMailObject
                            Name="string"
                            Path="uri"
                        /&gt;
                &lt;/EmbeddedObjects&gt;
        &lt;/MailDefinition&gt;
        &lt;QuestionTemplate&gt;
            &lt;!-- child controls --&gt;
        &lt;/QuestionTemplate&gt;
        &lt;SubmitButtonStyle /&gt;
        &lt;SuccessTemplate&gt;
            &lt;!-- child controls --&gt;
        &lt;/SuccessTemplate&gt;
        &lt;SuccessTextStyle /&gt;
        &lt;TextBoxStyle /&gt;
        &lt;TitleTextStyle /&gt;
        &lt;UserNameTemplate&gt;
            &lt;!-- child controls --&gt;
        &lt;/UserNameTemplate&gt;
        &lt;ValidatorTextStyle /&gt;
&lt;/asp:PasswordRecovery&gt;</code></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides user interface (UI) elements that enable a user to recover or reset a lost password and receive it in e-mail.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public PasswordRecovery ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this constructor to create and initialize a new instance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Answer"><MemberSignature Language="C#" Value="public virtual string Answer { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.Themeable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Answer" /> property contains the answer to the confirmation question entered by the user. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Answer" /> property is valid only after the page has been posted back to the server.</para><para>This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and <format type="text/html"><a href="5df3ebbd-d46c-4502-9406-02f9df4ef2c3">ASP.NET Themes Overview</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the answer to the password recovery confirmation question entered by the user.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AnswerLabelText"><MemberSignature Language="C#" Value="public virtual string AnswerLabelText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText" /> property contains the label text for the password recovery confirmation answer text box.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property define the appearance of the text specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText" /> property.</para><para>If you assign a template in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the label text for the password confirmation answer text box.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AnswerLookupError"><MemberSignature Language="C#" Value="public event EventHandler AnswerLookupError;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError" /> event is raised when the answer to the password recovery question is not validated by the membership provider defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property.</para><para>If the membership provider does not support password recovery question and answer, the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError" /> event is never raised.</para><para>For more information about handling events, see <format type="text/html"><a href="01E4F1BC-E55E-413F-98C7-6588493E5F67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the user enters an incorrect answer to the password recovery confirmation question.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AnswerRequiredErrorMessage"><MemberSignature Language="C#" Value="public virtual string AnswerRequiredErrorMessage { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerRequiredErrorMessage" /> contains the error message to display in any <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control on the same page as the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the error message displayed to the user when the Answer text box is blank.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BorderPadding"><MemberSignature Language="C#" Value="public virtual int BorderPadding { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.BorderPadding" /> property is stored in view state.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the amount of padding inside the borders of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CreateChildControls"><MemberSignature Language="C#" Value="protected override void CreateChildControls ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.CreateChildControls" /> method creates instances of the controls that make up the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control and creates default event handlers for their events.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates the individual controls that make up the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs></Member><Member MemberName="FailureTextStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle FailureTextStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property defines the appearance of error messages in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, FailureTextStyle-ForeColor). You can set the property programmatically in the form <paramref name="Property.Subproperty" /> (for example, FailureTextStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property defines the appearance of the following properties: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" /></para></item></list><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> style properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of properties that define the appearance of error text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GeneralFailureText"><MemberSignature Language="C#" Value="public virtual string GeneralFailureText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is displayed to the user when there is a problem with the membership provider that manages user information for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Typically, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is displayed when the membership provider cannot connect to the data store containing user information.</para><para>The text specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" /> property is displayed in the UserName view when the provider cannot find the specified user name in the database. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" /> property is displayed in the Question view when the answer entered by the user does not match the stored answer. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is displayed for all other errors.</para><para>The appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is defined by the style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property.</para><para>When you set templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is displayed in an optional <see cref="T:System.Web.UI.WebControls.Literal" /> control with the control ID set to "FailureText".</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the error message to display when there is a problem with the membership provider for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HelpPageIconUrl"><MemberSignature Language="C#" Value="public virtual string HelpPageIconUrl { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the URL of an image to display next to the link to the Help page.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HelpPageText"><MemberSignature Language="C#" Value="public virtual string HelpPageText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> property contains the link text for the password recovery Help page. If a URL is specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> property, the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control displays a link to information about password recovery in the UserName view and the Question view, but not in the Success view.</para><para>If the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl" /> property is set to <see cref="F:System.String.Empty" />, no link is displayed.</para><para>The appearance of the Help page link is defined by the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property.</para><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> and <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl" /> properties have no effect.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text of the link to the password recovery Help page.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HelpPageUrl"><MemberSignature Language="C#" Value="public virtual string HelpPageUrl { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl" /> property contains the URL of the password recovery Help page. The <see cref="T:System.Web.UI.WebControls.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.</para><para>If the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> property is set to <see cref="F:System.String.Empty" />, no link is displayed.</para><para>The appearance of the Help page link is defined by the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property.</para><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> and <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl" /> properties have no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the URL of the password recovery Help page.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HyperLinkStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle HyperLinkStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property defines the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HelpPageText" /> property. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. The properties can be set declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, HyperLinkStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, HyperLinkStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property are merged with <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control style settings. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's UserName view or Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.HyperLinkStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of properties that define the appearance of hyperlinks on the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="InstructionTextStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle InstructionTextStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property defines the appearance of explanatory text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set the properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, InstructionTextStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, InstructionTextStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property defines the appearance of the following properties: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionInstructionText" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameInstructionText" /></para></item></list><para>Style settings made to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> properties: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's UserName view or Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of style properties that define the appearance of explanatory text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LabelStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle LabelStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property defines the appearance of text box labels in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You cans set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, LabelStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, LabelStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property defines the appearance of the following properties: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText" /></para></item></list><para>Style settings made to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's UserName view and Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of style properties that define the appearance of text box labels in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LoadControlState"><MemberSignature Language="C#" Value="protected override void LoadControlState (object savedState);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="savedState" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.LoadControlState(System.Object)" /> method.</para></summary><param name="savedState"><attribution license="cc4" from="Microsoft" modified="false" />An object that represents the control state to be restored.</param></Docs></Member><Member MemberName="LoadViewState"><MemberSignature Language="C#" Value="protected override void LoadViewState (object savedState);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="savedState" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.LoadViewState(System.Object)" /> method.</para></summary><param name="savedState"><attribution license="cc4" from="Microsoft" modified="false" />An object that represents the control state to restore.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MailDefinition"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.MailDefinition MailDefinition { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.Themeable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Web.UI.WebControls.MailDefinition</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition" /> property returns a reference to a group of properties that you use to define format and content of the password e-mail message sent to users. Common settings include the subject line and the sender's return address. For a complete list of properties, see the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class.</para><para>This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> class (for example, MailDefinition-Subject). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, MailDefinition.Subject).</para><para>This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and <format type="text/html"><a href="5df3ebbd-d46c-4502-9406-02f9df4ef2c3">ASP.NET Themes Overview</a></format>.</para><para>When the e-mail message is created from the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object, it will make the substitutions shown in the following table. The substitution text is case-insensitive.</para><list type="table"><listheader><item><term><para>Substitution text</para></term><description><para>Replaced with</para></description></item></listheader><item><term><para><system>&lt;%</system><paramref name="UserName" /><system>%&gt;</system></para></term><description><para>The Web site user name of the user.</para></description></item><item><term><para><system>&lt;%</system>Password<system>%&gt;</system></para></term><description><para>The recovered password for the user.</para></description></item></list><para>If the <see cref="P:System.Web.UI.WebControls.MailDefinition.IsBodyHtml" /> property of the <see cref="T:System.Web.UI.WebControls.MailDefinition" /> object is true, the contents of the mail message will be HTML encoded to guard against cross-site scripting security vulnerabilities for the message recipient.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of properties that define the characteristics of e-mail messages used to send new or recovered passwords to users.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MembershipProvider"><MemberSignature Language="C#" Value="public virtual string MembershipProvider { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.Themeable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property identifies the membership provider used to verify user information entered in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </para><para>Membership providers are defined in the Web.config file in the &lt;membership&gt; section.</para><para>Setting the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property will change the provider used. If you do not set the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property, it will always return <see cref="F:System.String.Empty" />.</para><para>This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and <format type="text/html"><a href="5df3ebbd-d46c-4502-9406-02f9df4ef2c3">ASP.NET Themes Overview</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the membership provider used to look up user information.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnAnswerLookupError"><MemberSignature Language="C#" Value="protected virtual void OnAnswerLookupError (EventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnAnswerLookupError(System.EventArgs)" /> method is called when the user's answer to the password recovery confirmation question does not match the answer stored in the Web site data store. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError" /> event.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnAnswerLookupError(System.EventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.EventArgs" /> that contains the event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnBubbleEvent"><MemberSignature Language="C#" Value="protected override bool OnBubbleEvent (object source, EventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="source" Type="System.Object" /><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><returns>To be added.</returns><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.OnBubbleEvent(System.Object,System.EventArgs)" /> method.</para></summary><param name="source"><attribution license="cc4" from="Microsoft" modified="false" />The source of the event. </param><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />The event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnInit"><MemberSignature Language="C#" Value="protected override void OnInit (EventArgs e);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.OnInit(System.EventArgs)" /> method.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />The event data.</param></Docs></Member><Member MemberName="OnPreRender"><MemberSignature Language="C#" Value="protected override void OnPreRender (EventArgs e);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />The event data.</param></Docs></Member><Member MemberName="OnSendingMail"><MemberSignature Language="C#" Value="protected virtual void OnSendingMail (System.Web.UI.WebControls.MailMessageEventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.Web.UI.WebControls.MailMessageEventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnSendingMail(System.Web.UI.WebControls.MailMessageEventArgs)" /> method is called after the membership provider has verified that the user is a valid member of the Web site and before the recovered or new password is e-mailed to the user. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnSendingMail(System.Web.UI.WebControls.MailMessageEventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.WebControls.MailMessageEventArgs" /> that contains the event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnSendMailError"><MemberSignature Language="C#" Value="protected virtual void OnSendMailError (System.Web.UI.WebControls.SendMailErrorEventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.Web.UI.WebControls.SendMailErrorEventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnSendMailError(System.Web.UI.WebControls.SendMailErrorEventArgs)" /> method is called when the SMTP Mail service throws an exception. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> error and, if the exception is not handled, rethrows the exception while maintaining the call stack.</para><para>Examine the <see cref="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Exception" /> property of the <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> object passed as the <paramref name="e" /> parameter to determine the actual cause of the exception. During development, the most common reason that the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event is raised is that the &lt;smtpMail&gt; section of the Web.config file is incorrect. After deployment, this event can occur for a variety of reasons, most having to do with errors in an email address.</para><para>You must set the <see cref="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Handled" /> property of the object passed as the <paramref name="e" /> parameter to true to signal that the exception has been handled; otherwise, the exception is thrown again.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="765bfc89-33ee-4d0d-bbe6-3b172c06def9">Server Event Handling in ASP.NET Web Pages</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnSendMailError(System.Web.UI.WebControls.SendMailErrorEventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event when an e-mail message cannot be sent to the user.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> that contains the event data.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnUserLookupError"><MemberSignature Language="C#" Value="protected virtual void OnUserLookupError (EventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnUserLookupError(System.EventArgs)" /> method is called when the membership provider is unable to find the user name entered on the initial screen. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.UserLookupError" /> event.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="F2ADAF01-1ED1-42E1-8C31-8D467E7E0EE2">Providing Event Functionality</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnUserLookupError(System.EventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.UserLookupError" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.EventArgs" /> that contains the event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnVerifyingAnswer"><MemberSignature Language="C#" Value="protected virtual void OnVerifyingAnswer (System.Web.UI.WebControls.LoginCancelEventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.Web.UI.WebControls.LoginCancelEventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingAnswer(System.Web.UI.WebControls.LoginCancelEventArgs)" /> method is called before the user's answer to the password recovery confirmation question is sent to the membership provider to be verified. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer" /> event.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingAnswer(System.Web.UI.WebControls.LoginCancelEventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnVerifyingUser"><MemberSignature Language="C#" Value="protected virtual void OnVerifyingUser (System.Web.UI.WebControls.LoginCancelEventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.Web.UI.WebControls.LoginCancelEventArgs" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingUser(System.Web.UI.WebControls.LoginCancelEventArgs)" /> method is called after the user submits a user name on the initial screen and before the user name is validated by the membership provider. The default implementation raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser" /> event.</para><para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para><para>The <see cref="M:System.Web.UI.WebControls.PasswordRecovery.OnVerifyingUser(System.Web.UI.WebControls.LoginCancelEventArgs)" /> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Question"><MemberSignature Language="C#" Value="public virtual string Question { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.Themeable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property contains the password recovery confirmation question that the user previously established on the Web site. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property is displayed only in the Question view. If the membership provider specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property does not support password question and answer, the Question view is not displayed and the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property is not used.</para><para>The membership provider returns the question only after the user enters a valid user name. Until the user enters a valid user name, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property is <see cref="F:System.String.Empty" />.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property to define the appearance of the Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> property is displayed in an optional <see cref="T:System.Web.UI.WebControls.Literal" /> control with the <see cref="P:System.Web.UI.Control.ID" /> property set to "Question".</para><para>This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and <format type="text/html"><a href="5df3ebbd-d46c-4502-9406-02f9df4ef2c3">ASP.NET Themes Overview</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the password recovery confirmation question established by the user on the Web site.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionFailureText"><MemberSignature Language="C#" Value="public virtual string QuestionFailureText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" /> property contains the error message that is displayed when the answer to the password recovery confirmation question does not match the answer stored in the Web site data store.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" /> property.</para><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" /> property is displayed in an optional <see cref="T:System.Web.UI.WebControls.Literal" /> control with the <see cref="P:System.Web.UI.Control.ID" /> property set to "FailureText".</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text to display when the user's answer to the password recovery confirmation question does not match the answer stored in the Web site data store.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionInstructionText"><MemberSignature Language="C#" Value="public virtual string QuestionInstructionText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionInstructionText" /> property is displayed in Question view to instruct the user to answer the password recovery confirmation question.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionInstructionText" /> property.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property to define the appearance of the Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionInstructionText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text to display in the Question view to instruct the user to answer the password recovery confirmation question.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionLabelText"><MemberSignature Language="C#" Value="public virtual string QuestionLabelText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText" /> property contains the label text for the password recovery confirmation question text box.</para><para>The style settings contained in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText" /> property.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property to define the appearance of the Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text of the label for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" /> text box.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionTemplate"><MemberSignature Language="C#" Value="public virtual System.Web.UI.ITemplate QuestionTemplate { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.PasswordRecovery))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Web.UI.ITemplate</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property contains the template that defines the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in Question view.</para><para>The following table lists the required and optional controls used in the Question view template.</para><list type="table"><listheader><item><term><para>ID or Command name </para></term><description><para>Control type </para></description><description><para>Required/optional </para></description></item></listheader><item><term><para>Answer </para></term><description><para>Any control that implements <see cref="T:System.Web.UI.IEditableTextControl" />. </para></description><description><para>Required </para></description></item><item><term><para>Submit </para></term><description><para>Any control that causes event bubbling. </para></description><description><para>Optional </para></description></item></list><para>The Submit control can be any control that causes event bubbling, such as <see cref="T:System.Web.UI.WebControls.Button" />, <see cref="T:System.Web.UI.WebControls.LinkButton" />, or <see cref="T:System.Web.UI.WebControls.ImageButton" />. The control's command name property must be set to "Submit".</para><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control throws an <see cref="T:System.Web.HttpException" /> exception if the Question view does not contain the required controls. No exception is thrown if you give an optional control ID to a control of the wrong type; however, the control is subsequently ignored by the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>When you use a template to define the appearance of the Question view, only the following properties affect the behavior of the control: </para><list type="bullet"><item><para>All properties inherited from <see cref="T:System.Web.UI.WebControls.WebControl" /> (for details, see the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control members table).</para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.Answer" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" />. </para></item></list><para>All other properties are inactive when you use a template for the Question view.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the template used to display the Question view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionTemplateContainer"><MemberSignature Language="C#" Value="public System.Web.UI.Control QuestionTemplateContainer { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.Control</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> template. This property provides programmatic access to child controls.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="QuestionTitleText"><MemberSignature Language="C#" Value="public virtual string QuestionTitleText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTitleText" /> property contains the text to display as the title of the Question view, which asks the user to answer the password confirmation question.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property define the appearance of the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTitleText" /> property.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property to define the appearance of the Question view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTitleText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the title for the Question view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Render"><MemberSignature Language="C#" Value="protected override void Render (System.Web.UI.HtmlTextWriter writer);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="writer" Type="System.Web.UI.HtmlTextWriter" /></Parameters><Docs><summary>To be added.</summary><remarks>To be added.</remarks><param name="writer"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.UI.HtmlTextWriter" /> that receives the rendered output.</param></Docs></Member><Member MemberName="SaveControlState"><MemberSignature Language="C#" Value="protected override object SaveControlState ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters /><Docs><returns>To be added.</returns><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.SaveControlState" /> method.</para></summary></Docs></Member><Member MemberName="SaveViewState"><MemberSignature Language="C#" Value="protected override object SaveViewState ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters /><Docs><returns>To be added.</returns><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.SaveViewState" /> method.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SendingMail"><MemberSignature Language="C#" Value="public event System.Web.UI.WebControls.MailMessageEventHandler SendingMail;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.MailMessageEventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event occurs on the server after the user requests a new or recovered password and submits a correct answer to the password confirmation question (if your membership provider supports password question and answer), but before the password is sent to the user in e-mail. Use this event to do any special processing required before sending the e-mail message, such as setting <see cref="T:System.Web.Mail.MailMessage" /> properties.</para><para>After the user enters a valid user name and, if relevant, a valid answer, the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event, and then sends the password information to the user in e-mail. The e-mail uses the settings defined in the &lt;smtpMail&gt; configuration file element.</para><para>For more information about handling events, see <format type="text/html"><a href="01E4F1BC-E55E-413F-98C7-6588493E5F67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs before the user is sent a password in e-mail.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SendMailError"><MemberSignature Language="C#" Value="public event System.Web.UI.WebControls.SendMailErrorEventHandler SendMailError;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.SendMailErrorEventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event is raised when the SMTP mail server throws an exception when trying to send an e-mail message. </para><para>The default <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event does not handle the SMTP error from the mail system. The method that handles the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendMailError" /> event must set the <see cref="P:System.Web.UI.WebControls.SendMailErrorEventArgs.Handled" /> property of the <see cref="T:System.Web.UI.WebControls.SendMailErrorEventArgs" /> object to true to handle the error and prevent it from being displayed to the user.</para><para>For more information about handling events, see <format type="text/html"><a href="b6f65241-e0ad-4590-a99f-200ce741bb1f">Handling and Raising Events</a></format>. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SetDesignModeState"><MemberSignature Language="C#" Value="protected override void SetDesignModeState (System.Collections.IDictionary data);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="data" Type="System.Collections.IDictionary" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#SetDesignModeState(System.Collections.IDictionary)" /> method.</para></summary><param name="data"><attribution license="cc4" from="Microsoft" modified="false" />The design-time data for the control.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubmitButtonCommandName"><MemberSignature Language="C#" Value="public static readonly string SubmitButtonCommandName;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is a string that represents the command to perform when the Submit button is clicked. The default is "Submit". This field is read-only. If you use a template with the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, you must use this command name for the action performed to submit the form or the control will not function properly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the command to perform when the Submit button is clicked.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubmitButtonImageUrl"><MemberSignature Language="C#" Value="public virtual string SubmitButtonImageUrl { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonImageUrl" /> property contains the URL of the image to use for the Submit button when the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property is set to <see cref="F:System.Web.UI.WebControls.ButtonType.Image" />.</para><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property is used as the alternative text for the image in browsers that do not display images.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> or the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonImageUrl" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the URL of an image to use as the Submit button.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubmitButtonStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.Style SubmitButtonStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.Style</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /> property defines the appearance of Submit buttons in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, SubmitButtonStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, SubmitButtonStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the initial or Question view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of properties that define the appearance of Submit buttons in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubmitButtonText"><MemberSignature Language="C#" Value="public virtual string SubmitButtonText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property contains the text displayed for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's Submit button.</para><para>How the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property is used depends on the setting of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property. For details, see <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" />.</para><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text of the button that submits the form.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubmitButtonType"><MemberSignature Language="C#" Value="public virtual System.Web.UI.WebControls.ButtonType SubmitButtonType { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.ButtonType</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property determines what kind of button is used to submit entries to the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following table lists the button type used for each value of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property.</para><list type="table"><listheader><item><term><para>SubmitButtonType value </para></term><description><para>Button used </para></description></item></listheader><item><term><para><see cref="F:System.Web.UI.WebControls.ButtonType.Button" /></para></term><description><para>A standard HTML button. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property provides the text for the button. </para></description></item><item><term><para><see cref="F:System.Web.UI.WebControls.ButtonType.Image" /></para></term><description><para>The image at the location stored in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonImageUrl" /> property. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property provides the alternate text for the image. </para></description></item><item><term><para><see cref="F:System.Web.UI.WebControls.ButtonType.Link" /></para></term><description><para>An HTML link. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonText" /> property provides the link text. </para></description></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SubmitButtonType" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the type of Submit button to use when rendering the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SuccessPageUrl"><MemberSignature Language="C#" Value="public virtual string SuccessPageUrl { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.Themeable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" /> property contains the URL of the page that is displayed after a password has successfully been sent to a user.</para><para>If the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" /> property is not null, the user is directed to the page defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" /> property; otherwise, the page containing the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control is refreshed.</para><para>This property cannot be set by themes or style sheet themes. For more information, see <see cref="T:System.Web.UI.ThemeableAttribute" /> and <format type="text/html"><a href="5df3ebbd-d46c-4502-9406-02f9df4ef2c3">ASP.NET Themes Overview</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the URL of the page to display after sending a password successfully.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SuccessTemplate"><MemberSignature Language="C#" Value="public virtual System.Web.UI.ITemplate SuccessTemplate { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.PasswordRecovery))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Web.UI.ITemplate</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /> property contains the template that defines the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in Success view.</para><para>There are no required or optional fields for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> Success view template.</para><para>When you use a template to define the appearance of the Success view, only the following properties affect the behavior of the control: </para><list type="bullet"><item><para>All properties inherited from <see cref="T:System.Web.UI.WebControls.WebControl" /> (see the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control members table).</para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.Answer" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.Question" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionTemplate" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" />. </para></item></list><para>All other properties are inactive when you use a template for the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the template used to display the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SuccessTemplateContainer"><MemberSignature Language="C#" Value="public System.Web.UI.Control SuccessTemplateContainer { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.Control</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property can be used to programmatically access child controls when using a template. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /> template. This property provides programmatic access to child controls.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SuccessText"><MemberSignature Language="C#" Value="public virtual string SuccessText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessText" /> property is displayed in the Success view when a password has been successfully sent to a user.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessText" /> property.</para><para>When you use a template assigned to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessText" /> property has no effect.</para><para>If the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" /> property is not null, the user is redirected to the page defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" /> property, and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's Success view is not shown to the user.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text to display after sending a password successfully.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SuccessTextStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle SuccessTextStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> property defines the appearance of text in the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, SuccessTextStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, SuccessTextStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTextStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of style properties that define the appearance of text displayed in the Success view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TagKey"><MemberSignature Language="C#" Value="protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.HtmlTextWriterTag</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TagKey" /> property to determine the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that is associated with a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </para><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TagKey" /> property allows the output stream to write the appropriate HTML markup for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>This property is used primarily by control developers.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> value that corresponds to a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TextBoxStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.Style TextBoxStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.Style</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property defines the appearance of text boxes in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, TextBoxStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, TextBoxStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of style properties that define the appearance of text boxes in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TextLayout"><MemberSignature Language="C#" Value="public virtual System.Web.UI.WebControls.LoginTextLayout TextLayout { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.LoginTextLayout</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextLayout" /> property specifies where the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control displays the field labels for the Answer, Question, and User Name text boxes. When the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextLayout" /> property is set to <see cref="F:System.Web.UI.WebControls.LoginTextLayout.TextOnLeft" /> (the default), the field labels appear to the left of the text boxes. When <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextLayout" /> is set to <see cref="F:System.Web.UI.WebControls.LoginTextLayout.TextOnTop" />, the field labels appear above the text boxes.</para><para>The text of the labels is specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.AnswerLabelText" />, <see cref="P:System.Web.UI.WebControls.PasswordRecovery.QuestionLabelText" />, and <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText" /> properties, respectively. The style settings for the field labels are specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value that specifies whether to display the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in a horizontal or vertical layout.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TitleTextStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableItemStyle TitleTextStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.TableItemStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property defines the appearance of view title text in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, TitleTextStyle-ForeColor). You can also set the properties programmatically in the form <paramref name="Property.Subproperty" /> (for example, TitleTextStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The following <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> properties are overridden by <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> settings: </para><list type="bullet"><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BackColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderStyle" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.BorderWidth" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Enabled" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Font" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ForeColor" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Height" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.ToolTip" /></para></item><item><para><see cref="P:System.Web.UI.Control.Visible" /></para></item><item><para><see cref="P:System.Web.UI.WebControls.WebControl.Width" /></para></item></list><para>When you use templates to define the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property has no effect.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of style properties that define the appearance of title text that appears in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TrackViewState"><MemberSignature Language="C#" Value="protected override void TrackViewState ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the base <see cref="M:System.Web.UI.Control.TrackViewState" /> method.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserLookupError"><MemberSignature Language="C#" Value="public event EventHandler UserLookupError;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.UserLookupError" /> event is raised when the membership provider cannot find the user name entered by the user.</para><para>For more information about handling events, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the membership provider cannot find the user name entered by the user.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserName"><MemberSignature Language="C#" Value="public virtual string UserName { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property contains the user name entered by the user, or <see cref="F:System.String.Empty" /> if the user has not entered a name. The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property is used only in the UserName view.</para><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property is saved in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control's control state to preserve the values between round trips to the server even when view state is turned off for the page. <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control properties represented by text boxes, such as <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" />, are accessible during all phases of the page life cycle. The control will pick up any changes made by the end user by means of the <see cref="E:System.Web.UI.WebControls.TextBox.TextChanged" /> event triggered by the textboxes. </para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TextBoxStyle" /> property define the appearance of the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property.</para><para>When you assign a template to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property to display the UserName view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> property is assigned the value entered in a required <see cref="T:System.Web.UI.WebControls.TextBox" /> control with the <see cref="P:System.Web.UI.Control.ID" /> property set to "UserName".</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text that appears in the User Name text box.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameFailureText"><MemberSignature Language="C#" Value="public virtual string UserNameFailureText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" /> property contains the error message that is displayed when the user enters a user name that is not recognized by the membership provider defined in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.FailureTextStyle" /> property define the appearance of the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" /> property.</para><para>When you assign a template to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" /> property is displayed in an optional <see cref="T:System.Web.UI.WebControls.Literal" /> control with the <see cref="P:System.Web.UI.Control.ID" /> property set to "FailureText".</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text displayed when the user name entered by the user is not a valid user name for the Web site.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameInstructionText"><MemberSignature Language="C#" Value="public virtual string UserNameInstructionText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameInstructionText" /> property is displayed in the UserName view to explain to the user how to use the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.InstructionTextStyle" /> property define the appearance of the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameInstructionText" /> property.</para><para>When using a template assigned to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameInstructionText" /> property is not displayed.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text to display in the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control to instruct the user to enter a user name.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameLabelText"><MemberSignature Language="C#" Value="public virtual string UserNameLabelText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText" /> property contains the label text for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" /> text box.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.LabelStyle" /> property define the appearance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText" /> property.</para><para>When you assign a template to the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> property, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameLabelText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text of the label for the User Name text box.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameRequiredErrorMessage"><MemberSignature Language="C#" Value="public virtual string UserNameRequiredErrorMessage { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameRequiredErrorMessage" /> property contains the error message to display in any <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> control on the same page as the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the error message displayed when a user leaves the User Name text box empty.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameTemplate"><MemberSignature Language="C#" Value="public virtual System.Web.UI.ITemplate UserNameTemplate { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.PasswordRecovery))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Web.UI.ITemplate</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> property contains the template that defines the appearance of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control in UserName view.</para><para>The following table lists the required and optional controls used in the UserName view template.</para><list type="table"><listheader><item><term><para>ID or Command name </para></term><description><para>Control type </para></description><description><para>Required/optional </para></description></item></listheader><item><term><para>UserName </para></term><description><para>Any control that implements <see cref="T:System.Web.UI.IEditableTextControl" />.  </para></description><description><para>Optional </para></description></item><item><term><para>Submit </para></term><description><para>Any control that causes event bubbling. </para></description><description><para>Optional </para></description></item></list><para>The Submit control can be any control that causes event bubbling, such as <see cref="T:System.Web.UI.WebControls.Button" />, <see cref="T:System.Web.UI.WebControls.LinkButton" />, or <see cref="T:System.Web.UI.WebControls.ImageButton" />. The control's CommandName property must be set to "Submit".</para><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control throws an <see cref="T:System.Web.HttpException" /> exception if the UserName view does not contain the required controls. No exception is thrown if you give an optional control ID to a control of the wrong type; however, the control is subsequently ignored by the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para><para>When you use a template to define the appearance of the UserName view, only the following properties affect the behavior of the control: </para><list type="bullet"><item><para>All properties inherited from <see cref="T:System.Web.UI.WebControls.WebControl" /> (see the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control members table).</para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MailDefinition" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserName" />. </para></item><item><para><see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameFailureText" />. </para></item></list><para>All other properties are inactive when you use a template for the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the template used to display the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameTemplateContainer"><MemberSignature Language="C#" Value="public System.Web.UI.Control UserNameTemplateContainer { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.Control</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property can be used to programmatically access child controls when using a template. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the container that a <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control used to create an instance of the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> template. This property provides programmatic access to child controls.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserNameTitleText"><MemberSignature Language="C#" Value="public virtual string UserNameTitleText { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTitleText" /> property contains the text to display as the title of the UserName view, which asks the user to enter his or her user name.</para><para>The style settings in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.TitleTextStyle" /> property define the appearance of the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTitleText" /> property.</para><para>When you use the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTemplate" /> property to define the appearance of the UserName view, the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.UserNameTitleText" /> property has no effect.</para><para>The default text for the property is localized based on the server's locale setting.</para><para>The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see <see cref="T:System.ComponentModel.LocalizableAttribute" /> and <format type="text/html"><a href="8ef3838e-9d05-4236-9dd0-ceecff9df80d">ASP.NET Globalization and Localization</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the title for the UserName view of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ValidatorTextStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.Style ValidatorTextStyle { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.Style</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Web.UI.WebControls.PasswordRecovery.ValidatorTextStyle" /> property defines the appearance of validation error messages in the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. This property is read-only; however, you can set the properties of the <see cref="T:System.Web.UI.WebControls.Style" /> object it returns. You can set these properties declaratively in the form <paramref name="Property-Subproperty" />, where <paramref name="Subproperty" /> represents a property of the <see cref="T:System.Web.UI.WebControls.Style" /> class (for example, FailureTextStyle-ForeColor). You can set the property programmatically in the form <paramref name="Property.Subproperty" /> (for example, FailureTextStyle.ForeColor).</para><para>Common settings include custom background color, text color, and font properties.</para><para>The style settings for the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.ValidatorTextStyle" /> property are merged with the style settings for the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control. Any settings made in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.ValidatorTextStyle" /> property override the corresponding settings in properties of the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a reference to a collection of <see cref="T:System.Web.UI.WebControls.Style" /> properties that define the appearance of error messages that are associated with any input validation used by the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="VerifyingAnswer"><MemberSignature Language="C#" Value="public event System.Web.UI.WebControls.LoginCancelEventHandler VerifyingAnswer;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.LoginCancelEventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer" /> event occurs on the server after the user submits the answer to the password confirmation question. You can use this event to prepare the answer submitted by the user for the membership provider, for example by converting it to all uppercase or lowercase letters.</para><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control first raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingAnswer" /> event, and then uses the membership provider specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property to compare the answer entered by the user with the password stored in the Web site.</para><para>For more information about handling events, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the user has submitted an answer to the password recovery confirmation question.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="VerifyingUser"><MemberSignature Language="C#" Value="public event System.Web.UI.WebControls.LoginCancelEventHandler VerifyingUser;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.LoginCancelEventHandler</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser" /> event is raised on the server before the user name is submitted to the membership provider to determine whether the user name is valid. Use this event to perform any preprocessing needed on the user name, such as converting it to all uppercase or lowercase letters, or verifying that the user name is in a particular format, such as an e-mail address.</para><para>The <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control first raises the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.VerifyingUser" /> event, and then uses the membership provider specified in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.MembershipProvider" /> property to determine whether the user name entered is a valid user name for the Web site. If it is valid, and the membership provider supports password question and answer, the password verification question is returned from the Web site and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control displays the Question view. If the user name is not valid, the text in the <see cref="P:System.Web.UI.WebControls.PasswordRecovery.GeneralFailureText" /> property is displayed in the UserName view so that the user can enter a different user name.</para><para>If the membership provider does not support password question and answer, the <see cref="E:System.Web.UI.WebControls.PasswordRecovery.SendingMail" /> event is raised and e-mail is sent to the user with the new or recovered password.</para><para>For more information about handling events, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs before the user name is validated by the membership provider.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>