Project Description:
Simple SharePoint Project:
We need to have a list stored inside a profile property as a Key Value pair.
The list is basically a set of links something like this: See attached picture for more detailed view.
key:facebook value:http://facebook.com
key:Yahoo Value:http://yahoo.com
The entire list will be stored inside one profile property called "SocailLinks"
We will then need to display the items like this:
name = facebook TextBox.text = http://facebook.com
Users will fill in the actual link to the the items:
Then those values are stored in the profile property
We also need to allow users to edit items. We are not allowing users to add items only edit the ones we provide.
You should use the following:
facebook
google+
twitter
linkedIn
See attached picture for more detailed view.
This must be stored as a key value pair inside a the "SocialLinks" profile property.. not is a separate list.
You must be able to complete this project in 48 hours no exceptions.
Additional Project Description:
02/27/2013 at 23:48 EET
The final project should be delivered as a 2010 web part (WSP) and all source code.