marie
-
12/7/2006 5:09:29 PM
Re: custom logon form
Thanks so much!
Using the System.Web.Security.FormsAuthentication.RedirectFromLoginPage worked, it logged me in, but now how do I redirect to the page I want to go to. I put Response.Redirect("~/Registered-User.aspx") on the line below and it was throwing an error.
Any help is greatly appreciated.
Thanks.
|