Hi,
I am working on a SharePoint virtual Webpart (form), that takes requests user to enter info and then saves it to a table in SQL. One of the column requested the user to select a user name from the SharePoint PeoplePicker control, and then saves the user name to the database.
I am able to do all this, however, when a user wants to edit this info, and wants the info to be displayed in the same form, iam not able to load the user name in the SharePoint PeoplePicker control.
How do i load the user name in the SharePoint PeoplePicker control on the page load, getting the data from database. thanks
Regards, Vikram