Microsoft always comes with some new and more user friendly features in every new version. Well this client people picker (which is auto fill by user name, email or login id) new and simple control introduced in SharePoint 2013, that will save lot of time of ours.
instead of using below people picker of sharepoint 2010
<SharePoint:PeopleEditor ID="spPeoplePicker" runat="server" Width="350" SelectionSet="User" />
and setting javascript we can use PeopleEditor to make it easy and faster for end user we can use below control in SP2013
instead of using below people picker of sharepoint 2010
<SharePoint:PeopleEditor ID="spPeoplePicker" runat="server" Width="350" SelectionSet="User" />
and setting javascript we can use PeopleEditor to make it easy and faster for end user we can use below control in SP2013
aspx syntax :
C# Code to get SPUser:
C# Code to Set User to Client People Picker control:
Thanks,
remaining getting and saving values in SharePoint is same as earlier.
You can Share your findings or issue here.
--
Thanks,
Praveen Pandit