Developing Custom Field Types
In this post i am going to introduce how to develope a custom field type in 6 steps with the Sharepoint People Picker. Search the name you want, push the button in order to resolve the user enitities...
View ArticleParsing the PeoplePicker and adding Users to a SP List
That should do it. You should be able to save the entries from the PeoplePicker Control (PeopleEditor) to a list. Create a new Custom List named Demo. Within List Settings, create a column of type...
View ArticleGetting user login from the PeopleEditor via Code
Assuming you have a people editor control defined like below: <wssawc:PeopleEditor AllowEmpty=”false” ID=”myPeopleEditorControl” runat=server SelectionSet=”User” MaximumEntities=”1″...
View ArticleCustom SharePoint People Picker
In this example I wanna show you how to customize the SharePoint people picker in a custom webpart with some additional controls. SharePoint provides a control known as a “people picker” that allows...
View ArticleHow to access the MOSS UserProfile through the ProfileManger
To those doing software development for a Sharepoint environment, user profiles can be a mysterious and confusing area. This post will detail some of the basics, and outline some snafoos you may run...
View Article