Showing posts with label User. Show all posts
Showing posts with label User. Show all posts

Wednesday, August 20, 2008

Find User Name


Find User Name

string loginName = SPControl.GetContextWebContext).CurrentUser.LoginName.ToString();

Saturday, August 16, 2008

Hidden User Information List

MOss has every thing in list. Do you know you can see users list too. Log in with appropriate privelages to following link

http://SiteA/_catalogs/users/simple.aspx

you will find the list of all user :)

Monday, August 4, 2008

Organization Hierarchy a Mess?

All that the customer had to do was to login to open their http:///person.aspx page using SPD. Find the control and delete it


more details

Sunday, August 3, 2008

How to modify the custom People/Groups type column of a SharePoint List using Lists.ASMX

You may call this oListService.Url =

"http:///_vti_bin/Lists.asmx";

more detail

Problem with PeopleEditor

PeopleEditor control will display the CommaSeparatedAcccounts value only if we provide the values to that property before adding it to the control array. That means we have to provide the values inside the CreateChildControl method.
more

Update email addresses of all users

if the domain name has chnaged and you want to update email of all user
more