1
vote
1answer
297 views

DVWP sorting the data with xslt and removing the duplicates

I'm working with SharePoint 2007. I try to modify the DVWP with the XSLT. The web part pulls the data from the list, what i want to do is just sort the data and show the results. - I can't sort the ...
0
votes
0answers
187 views

Implementing tab display for list items

I'm working with sharepoint 2007. I've been following this link to create a tabs display http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443 Althought i encounter a lot of ...