People Picker
There are 1 entries for the tag
People Picker
I was working with the People Editor Control and realized there are a couple weird things you need to do before you can read values into the control and save values into a list. Here are a few samples related to saving multiple items into a list and reading multiple items from a list into the control. Updating an Item from a PeopleEditor Control: string[] UsersSeperated = peUserEditor.CommaSeparated... SPFieldUserValueCollection UserCollection= new SPFieldUserValueCollection(); foreach...