Tagged Questions
0
votes
1answer
102 views
How do I read pagecolumns from the current page
I know that I have to use
SPSite site = new SPSite("SPsite Path");
SPWeb web = site.OpenWeb();
SPList contacts = web.Lists["Listname"];
if I need to get content of a List, but how do I read data ...