PasswordRecovery.Question Property
Assembly: System.Web (in system.web.dll)
The Question property contains the password recovery confirmation question that the user previously established on the Web site. The Question property is displayed only in the Question view. If the membership provider specified in the MembershipProvider property does not support password question and answer, the Question view is not displayed and the Question property is not used.
The membership provider returns the question only after the user enters a valid user name. Until the user enters a valid user name, the Question property is Empty.
The style settings in the TextBoxStyle property define the appearance of the Question property.
When you use the QuestionTemplate property to define the appearance of the Question view, the Question property is displayed in an optional Literal control with the ID property set to "Question".
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins Overview.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.