Login::MembershipProvider Property
.NET Framework (current version)
Gets or sets the name of the membership data provider used by the control.
Assembly: System.Web (in System.Web.dll)
The MembershipProvider property contains the name of the data provider that provides the authentication information for the Login control. Valid membership provider names are defined in the <membership> element in your application's Machine.config or Web.config file.
If you do not set the MembershipProvider property, it will always return Empty.
For more information, see the Membership class.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
.NET Framework
Available since 2.0
Available since 2.0
Show: