a highly customizable web part for displaying SharePoint data
4
votes
3answers
3k views
Data View Web Part in Sharepoint 2010
I'm curious about what happened to Data View Web Part in Sharepoint 2010. Can I or should I use XSLT List View to do what I was doing with DVWP in Sharepoint 2007?
I tried to use XSLT List View Web ...
1
vote
1answer
2k views
Inserting Lookup columns into Data View Web part displays as XML
I am trying to configure a Data View web part in SP Designer 2010.
I am connecting it to a list called Data Returns.
Data Returns includes a mixture of Fields, some text, some choice, some lookup.
...
2
votes
3answers
1k views
Dataview Webpart
I have a page where I am using dataview webpart that has 2 diferent list as datasource ... I am working on the page in Sharepoing Designer 2007 and see that it does work good. But when I try to see it ...
0
votes
1answer
263 views
Where is the DVWP in Sharepoint 2010?
Salvete! Where can I find the Data View Web Part in Sharepoint Enterprise 2010?
I can't see anywhere to enable it as a feature, and it doesn't show up in any of the web-part lists. I understand ...
1
vote
1answer
758 views
Help xsl formatting help needed
I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list.
Need help with markup, as current markup ...
5
votes
2answers
2k views
XPath expression
I'm working on a DVWP where I'm trying to aggregate some data from a list based off some information in another list. I'm struggling to come up with the right XPath expression to do what I want.
In ...
4
votes
1answer
2k views
Dynamically setting Default Value in ParameterBinding through Javascript
To make a long story short (too late), we have a dropdownlist that is populated through a list of items. We want to use this dropdownlist to filter the list in a data view web part.
This works ...
0
votes
0answers
114 views
SPO 2013 and VS 2012 deployment questions
I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
2answers
262 views
How to get elements from essential List programmatically
I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
0
votes
1answer
242 views
positioning a data view web part in a body webpartzone
Guys i need to position 2 data view web part controls next to each other in a body column of a web part page.
I've customised the xslt to output as an unordered list which are wrapped in div's ...
0
votes
2answers
448 views
DVWP xsl formatting help needed
Need a hand formatting some XSL. Taking a look at an example that Marc Anderson put together for a jquery accordion, I need to tweak the output. I've been playing with this for quite a while and ...
0
votes
2answers
555 views
Remove Duplicates in DVWP using JQuery
I am using a linked datasource in MOSS to create a dynamic table of contents page based on a metadata associated with files in a document library. The library contains multilookup columns for the ...
0
votes
1answer
700 views
Summing a column on a DVWP with 2 levels of grouping with incorrect subtotals
I am working with SharePoint 2007, and have been charged with making a report based on external data (SQL Server). It is a high level look at list of tickets in particular statuses. I decided to go ...
0
votes
3answers
2k views
Dataview, filter to see “All items”
I have two dataviews in a page layout. The first one display all the categories of items, and then second one displays the items based on the selected category. It work find with filters and Query ...