Click here to Skip to main content
16,016,345 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a visual webpart on list add new item form,edit form and view from.This Visual web part contains a SharePoint:PeopleEditor to add the users under sharepoint list with below properties.

<SharePoint:PeopleEditor ID="user" runat="server" SelectionSet="User" AllowEmpty="false" Enabled="false" MultiSelect="true" MaximumEntities="5" ValidatorEnabled="false" />

When i add the multiple users under a list it is taking multiple users, but when i save the item it is showing single user.

Please advice how to display multiple user on list items.
Posted
Comments
Pradip R 8-Oct-15 2:12am    
Please post your code of saving the list of people in your Web Part.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900