fguihen Posted May 28, 2004 Posted May 28, 2004 after i have validated that a user is authorised to use my site, how do i load up the next page, (actually a web forum), after a login page, in c# code Quote
wessamzeidan Posted May 28, 2004 Posted May 28, 2004 Response.Redirect("path of your page") Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Administrators PlausiblyDamp Posted May 28, 2004 Administrators Posted May 28, 2004 Are you using Forms authentication? If so you can call the FormsAuthentication.RedirectFromLogin() method to automatically redirect the user to their originally intended page. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
fguihen Posted May 28, 2004 Author Posted May 28, 2004 afraid im just using my own little crappy if statment to validate users Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.