Create a WebPart which displays people who have rights on lists
Posted
by
cocoggu
on Stack Overflow
See other posts from Stack Overflow
or by cocoggu
Published on 2011-11-25T09:47:20Z
Indexed on
2011/11/25
9:50 UTC
Read the original article
Hit count: 213
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 ?
© Stack Overflow or respective owner