Dear Sirs,
I am running ASP Runner Pro v7. I have two user groups, one called "user" and one called "admin". I redirect the to different pages after successful login using this event code:
if Session("GroupID") = "admin" then
Response.Redirect "Arrang_rer_list.asp"
else Response.Redirect "Utst_llningar_list.asp"
end if
But how can I make the users that are not "admin" be redirected to the edit page "Utst_llningar_list.asp" depending on their customer no (a field called "Kundnr" in the database)?
I have found som suggestions in the PHP forum, but not in the ASP Runner forum.
Best regards,
Anders Olofsson