Tagged Questions
1
vote
0answers
89 views
Data Source Library error: the web cannot be opened
Version of sharepoint: WSS 3.0
I opened a site, Home, in SharePoint Designer 2007. When I tried to insert the data view, it only show the greyed "+ Current Site".
When I clicked "Connect to another ...
0
votes
1answer
170 views
Is there any way to prevent a data view web part from querying data when the page first loads?
I've got a DVWP that displays data from a rather hefty SQL query. I have two controls on the page that allow the user to modify the selection.
What I would like is for the DVWP to not query until ...
0
votes
1answer
609 views
How do I link (join) a sharepoint list and an external data source in a DVWP?
I've got an external data source (SQL Server) and a Sharepoint Custom List that I want to join in a single view using the data view web part.
In theory this shouldn't be too hard, but I can't get it ...
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 ...