I'm struggling with page redirection.
Here are the steps
1. forms authentication to authenticate user.
2. when system returns to base page I have the following code in Page_Load
if ( New Password Needed )
Response.Redire ct("NewPass.asp x")
3. Problem lies in NewPass.aspx - How do I get back to default.aspx?
Response.Redire ct("default.asp x") does nothing.
Thanks,
AJ
Here are the steps
1. forms authentication to authenticate user.
2. when system returns to base page I have the following code in Page_Load
if ( New Password Needed )
Response.Redire ct("NewPass.asp x")
3. Problem lies in NewPass.aspx - How do I get back to default.aspx?
Response.Redire ct("default.asp x") does nothing.
Thanks,
AJ
Comment