Login.DestinationPageUrl Property
Gets or sets the URL of the page displayed to the user when a login attempt is successful.
Assembly: System.Web (in System.Web.dll)
[<ThemeableAttribute(false)>] abstract DestinationPageUrl : string with get, set [<ThemeableAttribute(false)>] override DestinationPageUrl : string with get, set
<asp:Login DestinationPageUrl="String" />
Property Value
Type: System.StringThe URL of the page the user is redirected to when a login attempt is successful. The default is Empty.
The DestinationPageUrl property specifies the page that is displayed when a login attempt is successful.
The default behavior of the Login control is to return the user to the referring page, or to the page defined in the defaultUrl attribute of the forms element in the Web.config file.
The DestinationPageUrl property overrides the default behavior of the Login control, as well as the defaultUrl setting made in the configuration file.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
| Topic | Location |
|---|---|
| Walkthrough: Managing Web Site Users with Roles | Building ASP .NET Web Applications in Visual Studio |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.