Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirect to a page after Login
Message
From
23/02/2010 12:26:03
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Redirect to a page after Login
Miscellaneous
Thread ID:
01450504
Message ID:
01450504
Views:
107
Hi,

I am staring on my first mm .net app. I want the first page to be displayed in my web user interface as the login screen. After the user logs in, I then want to display my main page. Currently I just get a page displayed stating "you are now logged in".

I tried adding this code in:
	if (!this.Login())
	   this.lblMessage.Text = this.ErrorMessage;
            else
            {
                Response.Redirect("Default.aspx");
            }
However this does not work. I am aware that if the login form gets displayed by trying to access a secure page, then once logged in that page gets displayed, but I don't like displaying a generic page first which has a "Login" link that links to a secure page.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform