Documentation for this section has not yet been entered.
The Login.DestinationPageUrl property specifies the page that is displayed when a login attempt is successful.
The default behavior of the System.Web.UI.WebControls.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 Login.DestinationPageUrl property overrides the default behavior of the System.Web.UI.WebControls.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 System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.