Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirect to a page after Login
Message
From
23/02/2010 12:30:37
 
 
To
23/02/2010 12:26:03
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01450504
Message ID:
01450509
Views:
44
>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.

I think I've got it working as I want it to. I set the start up page as my main page and so the login form gets displayed then the main page.
Frank.

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

Click here to load this message in the networking platform