The xslt-list-view-web-part tag has no wiki summary.
3
votes
1answer
988 views
2007 ListViewWebPart to 2010 XSLTListViewWebPart
After migrating from SharePoint 2007 to 2010 we found a few issues in the migrated document libraries, some styles were looking wierd and the biggest problem is that the "Add New Item" button is not ...
2
votes
0answers
483 views
Filtering a XsltListViewWebPart that has "Send Row of Data To“ connection doesn’t work?
Filtering of a XsltListViewWebPart is absolutely no problem when you change the
webPart.XmlDefinition property like this:
var xml = new XmlDocument();
...
1
vote
2answers
46 views
Filter list data based on page Url
I have a relatively small SharePoint list. When a user comes to the list page I want a generalized list to display with a search box. I want this list to have no parameters or variables attached to it ...
1
vote
2answers
4k views
Defining custom views in a list's schema.xml file
I have create a custom list definition, with a content type.
In the schema.xml, I'd like to define two views :
All items (the default one, generated by Visual Studio)
My items (the same view with a ...
0
votes
2answers
1k views
Getting last three images with XSLListViewWebPart
I am trying to get the latest three images added to a picture library and put them on home page with XSLListViewWebPart but can't manage it to work. Here is the sample output I am trying to get:
...
