How to get and set the value of a people editor control programatically in SharePoint ?
The PeopleEditor control is a wonderful control to help you easily select one or more users from the users known in the directory service of the server. The PeopleEditor control performs queries against the Active Directory.To select more then one user we need to set the property MultiSelect to true. Here is the code snippet […]