Is there a way to do a conditional statement in an asp page? It's a simple problem really. I have a "student" type and a "volunteer" type. If the type equals 'student' I want the link to go to ViewStudent.aspx. If it equals "volunteer" I want the link to send them to ViewVolunteer.aspx. I just need to be able to have a basic if statement for the user type. Please help me out if you can, or point me to any good links.
Thanks!
Thanks!