Tagged Questions
1
vote
1answer
211 views
List item field value has ID and # prepended
I want to display a list of items with name and modified time, like so:
SPWeb thisWeb = SPContext.Current.Web;
SPWebCollection webs = thisWeb.Webs;
SPSiteDataQuery query = new ...