Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

set the page that FormsAuthentication.RedirectFromLoginPage redirects to

// RedirectFromLoginPage cannot specify a path. Use the following
FormsAuthentication.SetAuthCookie(IDTextBox.Text, RememberCheckBox.Checked);
Response.Redirect("some url the user has choosen");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #page #redirects
ADD COMMENT
Topic
Name
9+1 =