Thread: Login Redirect
View Single Post
  #1 (permalink)  
Old 04-15-05, 11:47 AM
Jig0901 Jig0901 is offline
New Member
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Login Redirect

I have a login pages right now that prompts the user for login and password and redirect the authenticated user to a url...( Response.Redirect (URL))...Now instead of this I want it to pick the url listed in my access database next to each user and redirect them to corresponding pages...How can I solve this problem...can anyone guide me in the right direction...thanks

-Jig
Reply With Quote