Please see the attachment. This will explain thing better.
Basicaly, when the Back to Login Page button is selected, the application goes to a page with double login pages. I only need the login page showing once at the same time.
The code behind for the Back to Login Page button has a Response.Redirect. I have tried three ways, but no luck.
1. Response.Redirect("Login.a
spx");
2. Response.Redirect("MainMen
u.aspx");
3. Response.Redirect("Default
.aspx");
I have also tried and no luck:
Session.Clear();
FormsAuthentication.SignOu
t();
Response.Redirect("Login.a
spx",true)
;
This is somebody's code so I am not entirely familar with it. Please see the screen shot. Any suggestions on where to look to have one Login screen showing up?
Start Free Trial