Re: forms authentication redirect problem.



thanks for the quick respons.
changed it to following code and now is everything working

FormsAuthentication.SetAuthCookie(TextBox1.Text,false)
Response.Redirect("reservatie.aspx")

.