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