Pulling Windows usernames
I have a section of the company intranet where employees can manage their projects for the year. There are two pages: one to add the project (if it is new) and an edit page ( for existing projects). There is a textbox that has the owner of the project. I want only the project owner of a specific project to be able to get to the edit page. Is there a way to grab the windows username(all of this hidden, maybe vbscript or API call?) to verify that the current user has permission to edit that project? If you need more information, let me know. Thanks in advance.