Tagged Questions
3
votes
1answer
1k views
ListViewWebPart programmatically set the List/Path
The ListView Webpart is a component created to show a list inside a page... It's very usefull and easy to use... The way to create a ListViewWebPart and set a list is very simple:
myListView ...
5
votes
2answers
3k views
How to extend a ListView WebPart (from code)
I'd like to extend the ListView WebPart so that it can read data from the url... I tried to extend a ListView WebPart but compiler told me it is sealed and so I cannot extend.. Then I tried to insert ...