login-name

AD Domain question

In active directory on the user properties dialog and the account Tab there is a field. The first textbox at top left is "User login name:”, to the right of that there is a dropdown with @domain.local. Does anyone know what property or object needs to be populates to put a value here when creating user programmatically? ...

SharePoint - get logged-in user with ASP, manipulate with javascript?

Hello, I have an .aspx page built in SharePoint that I want to get the user name of the currently logged-in user (through ASP) and then manipulate it (using javascript). I'm getting an "object expected" error. Here's some of the code: function checkGroupPermissions() { var loginNameVar = document.getElementById("LoginName1").innerHTML;...