Tagged Questions
1
vote
1answer
346 views
Displaying SPChange data in visual webpart
Here is some code I've been playing with to display all items that have been changed in a web and all subwebs in a visual webpart (it grabs a heap of info and chucks it in a label):
protected ...
1
vote
0answers
90 views
Powerful list filtering
I need to extend the functionality of the default list (specifically for a document library) to include more powerful filtering. This includes being able type free text search and to have filters ...
4
votes
1answer
444 views
Visual web part - data binder issues
We have couple of lists in our application. Application types is a list which contains information about various applications - name, description and icon (as URL field with image format). Second one ...