Create a WebPart which displays people who have rights on lists
- by cocoggu
I want to develop a WebPart in C# to display peoples who have a certain right on the list of the SharePoint page.
So I began by creating a "Visual Web Part" in VS2010, and in the View Designer I add a DataList because I think it is the most relevant.
But now, I don't know how to link my data with this DataList.
It ask me for an XML file but which one choose ? And where can I take it ?
After all, how to make this WebPart generic with all my SharePoint pages which implements one list ?