Hi, I have the following problems when implement some features for SharePoint site:
1. I have a list, called PLLibrary. I set a column IsSelected as checkbox.
I have to do the following scenario:
A page has to show the list as it’s displayed on AllItems view, but I need to implement checkboxes and to have the option ”select all”. On the SharePoint site we have that feature implemented by “sitemanager.aspx?Source=%2fdefault.aspx&Filter=1”
I need to find the way to have that view on separate page. How can I create a custom page, based on that layout and use it in my custom page???? If it’s not easy, how can I make the view of my list to look like the view of the list on that page?????
2.On that list I have to click to chose a user on the same way that I do that when assign a task and run the Picker.asx.
The User that I have chosen has to be on my page and I have to update the selection from the list with the name of that user
What I have to do: create a new web part, add feature …..?????
Thanks in advance, I’ll appreciate any help