Let me start by saying i'm (still) a no-know on ASP. I'm runnig a forum for a scubadive club. Our diveinstructors needs to fill in a form about the time they spend for us. Is there a way to create a form that is only accessable to the instructors? A secured html page would be nice, but I can't think of a way to have the page only accessable to the specific instructor. Anyone any ideas?
If you design the page to include the forum header, then you can test the MemberId variable, to check whether it has the value that corresponds to the instructor in question, and deny access to everyone else.