Tagged Questions
1
vote
1answer
409 views
sorting and paging on web part
sorting in dataviewwebpart only sorting within display items. Paging is enabled to display 10 items per page. Also, How do I put 1,2,3,4,5,6,7,8,9,10, (next, previous) for the paging?
They give you ...
0
votes
1answer
169 views
How do I get sorting to work in the DVWP when using custom SQL query to linked server?
WSS 3.0
I have a non-SQL database linked to a SQL database. I've created a datasource in SPD using a custom query to this database.
select * from LINKEDDB...sometable
I then created a data view ...