a highly customizable web part for displaying SharePoint data
1
vote
1answer
139 views
Hyperlink text to another list xslt
Anyone have ideas how I can link a text in another list.
I have a one list(A) which contains items i want to display. I want to link to an article in list (B) Pages library using xslt dataview.
Any ...
1
vote
1answer
753 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 ...
1
vote
0answers
29 views
1
vote
2answers
993 views
How to count the number of rows returned when using a Data View Web Part XSLT and Xpath
I have created a data source to link, via a join, 2 lists in sharepoint 2010. The result is a Data View Web Part. I would like to count the results returned in the second 'lookup' list. So for ...
1
vote
1answer
254 views
Force on-demand DVWP async refresh
I am writing an application that allows users to enrol in something. One web part displays a view of the event calendar and has a button on each event that the user clicks to enrol in the event. A ...
1
vote
0answers
435 views
How to pass parameter to Dataview Webpart without refersh
I would like to pass spme parameters using QueryString asper normal to a a listview or DWP.
But i don't want the page to refersh.I tried using hash which works but no idea i can pass the parameter to ...
1
vote
1answer
266 views
SharePoint linked datasource
I have created a linked datasource in sharepoint designer by joining two sharepoint lists. Can anyone tell me how can I access this linked datasource programmatically?
Regards,
Sharmila
1
vote
1answer
934 views
Using REST for a DVWP DataSource with Office365
I'm trying to use the REST services (ListData.svc) to retrieve items from a list in a very simple test with Office365. I can't seem to get the connection to work without adding my credentials to the ...
1
vote
0answers
220 views
Problem with 2 column layout in DVWP
MOSS 2007. I have a joined list with mutliple categories. I have a two column layout where the category is the header for each section with a group of subcategories. The categories are filtered based ...
1
vote
2answers
243 views
Data View Webpart
I've read so many good things about Data View Webparts and would love to use one in a pagelayout I have developed.
The issue is, SharePoint Designer has been locked down and I have no access to the ...
1
vote
1answer
509 views
How can I Filter a Joined DVWP by [Current User] in Multi-User People/Groups field?
I have a joined DVWP.
List A includes a "category" lookup field among other columns. List A includes the same "category" lookup field as well as a People/Groups field with multiple selections.
I'd ...
1
vote
0answers
112 views
Dataview Web Part only works when pulling 110 lines or less of SQL
I recently started playing with the data view web part in SharePoint Designer. I've added a new data source and added a custom query.
Unfortunately my queries appear to be limited to returning 110 ...
1
vote
1answer
379 views
best way to implement inline editing of a data view web part styled using custom xslt
I need some advice regarding the best way to implement inline editing of a data view web part styled using custom xslt.
The data view web part gets the data from the list and would be styled as ...
1
vote
1answer
304 views
Using custom parameter with a form control as source in Data view Webpart
On a page, I have a dataview webpart to enter a new item in a list. It has just one text-box to enter data in a list field.On submit, the form is redirected to a custom page.
I want to grab the text ...
1
vote
0answers
206 views
Custom Data Source Control to use in SharePoint Designer
I want to create a Custom Data Source control which can be used to bind any data bindable control in SharePoint e.g. DVWP etc. No, I am not looking for custom navigation source :)
What I have done so ...
1
vote
0answers
96 views
Reimplementing/Extending Data View Web Part Guidance?
My goal is create a Web Part in Sharepoint 2010 displays a grid bound to an External List and adds buttons that generate batch files in the filesystem. I have eliminated the possibility of using ...
1
vote
1answer
966 views
Data View Web Part column header filtering
On a SharePoint 2007 environment I have a Data View Web Part that merges the contents of 2 document libraries. The "Enable sorting and filtering on column headers" is set to yes. However when I go to ...
1
vote
1answer
468 views
How to Group DVWP Rows by a Joined Source Field?
I have a joined data source of 2 sharepoint lists and am trying to group by category and setup conditional formatting, yadda yadda yadda, in a DVWP using various fields within these lists.
I'm able ...
1
vote
1answer
489 views
Using a Recursive DVWP query, can I retrieve the site name?
I have successfully created a DVWP which queries all lists in my subsites and returns the correct columns using the following selectcommand:
<View>
<Webs ...
1
vote
0answers
475 views
WSS ListProperty.Title vs ListProperty.Description [closed]
I have an odd thing happening that I can't explain and I wondered if anyone could offer some insight. I have a site with x number of Picture Libraries, and I'm using a DVWP to display a list of all of ...
1
vote
2answers
1k views
Paging in a data view web part
When using a Data view web part to retrieve items from a list, The web part shows the results as 1-10, then next page is 11-20 and so on.
It does not show whether is it 1-10 of 10 or of 10000.
Is ...
0
votes
4answers
401 views
SQL Data Display and Edit in Sharepoint
I want to load data from SQL Table and edit the same and save in SQL DB. The tables has many records and all the records should be displayed and should be edited a single record at a time and should ...
0
votes
1answer
290 views
paging a dataview webpart in sharepoint designer isn't working well
In have enabled paging in dataview webpart.But i noticed when i click the next page and then click the image previous it doesn't go back to the previous item but goes back to the previous page that i ...
0
votes
2answers
327 views
DVWP CrossList Paging Does Not Work
I've build a Data View Web Part with SharePoint Designer 2010, using SPDataSource and DataSourceMode="CrossList". The DVWP works great, but when I add paging, it adds the paging placeholder and the ...
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 ...
0
votes
1answer
136 views
Can I query a DVWP with javascript?
Is it possible to query results in a data view web part with javascript? If so, how do you reference the DVWP in the syntax?
0
votes
1answer
1k views
how can i use asp.textbox to filter a list by default(when page loads)
I would like to filter a DWP using parameters.
So i decided to use a asp:textbox and then filter using Control
like so:
<ParameterBinding Name="loc" Location="Control(locid)" DefaultValue=""/>
...
0
votes
2answers
549 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
3answers
764 views
Dataview Web part and SQL - Way to use trusted connection?
As I'm sure you're already aware one of the biggest weaknesses of the data view web part is that it exposes connection strings for SQL Server connections.
Instead of using a web service to pass my ...
0
votes
2answers
444 views
Implementing sort on the column headers of dataview webpart
Is there a way that we can incorporate a sort on the column headers of the dataview webpart in share point 2010
0
votes
2answers
1k views
Changing the order of columns in dataview webpart sharepoint 2010
I have a dataview webpart (of a sharepoint custom list), with 4 columns(I want the 4th column to appear first). How can I change the order of the columns in the dataview webpart?
0
votes
1answer
598 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
2answers
2k views
Filtering in Linked Sources using the QueryString as paramters in CAML(Select Command) and not XSLT filtering
Did anybody tried Filtering Linked Data Sources using the QueryString as paramters in CAML (Select Command) and not XSLT filters
AggregateDataSource with Parameter
...
0
votes
1answer
2k views
DataForm webpart generated by Collect data from user action
Hello I really need help with this... ,
I am using Sharepoint 2007.
I have the 'collect data from user' action in a workflow - which generates a custom form within the workflow folder.
The form uses ...
0
votes
2answers
120 views
DVWP, xsl choose
I'm looking at building a solution that will use this as it's base:
Content Types as Statuses
and I'd like to know if it's possible to create a DVWP form that only allows the first form, eg the ...
0
votes
2answers
3k views
How do I create DVWP showing multiple lists with latest item from each list?
We have a MOSS site which is using a DVWP to pull in from multiple subsites' list items to display as a calculated field KPI set (just as Christophe has suggested on his forum page).
This works ...
0
votes
2answers
824 views
Error importing a data view web part
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise, and I am using publishing portal template. I am using SharePoint Designer 2007 to import a list to a web page by using ...
0
votes
1answer
159 views
Print Preview Web Part SharePoint 2010?
I've had a customer upgrade their SharePoint 2007 farm to 2010 about 2 months ago and have been fixing up some post upgrade issues that they didn't know how to fix. My attention has been drawn to some ...
0
votes
1answer
89 views
How to create Custom Property for DVWP (Data View WebPart)?
In my solution I have to create DVWP in which user can enter Row Limit as Property and that amount of rows will be displayed in WebPart.
I used built In Functionality of DVWP for Setting Row limit ...
0
votes
2answers
261 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
37 views
I have got a two CAML Queryies. How Could I done to see them in 3 montths from today
I have got a two CAML Queries. How Could i set them to see all object on ASP Calendar 3 months from today day? Here are the Queries:
string DateOnlyQuery = "<Where><Eq><FieldRef ...
0
votes
1answer
248 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 ...
0
votes
1answer
220 views
Set defaul value for DVWP parameters programmatically
Good day
I need to set default value for ParameterBinding of DVWP as follows:
<ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/>
...
0
votes
2answers
122 views
Can't view more than 500 Item on DVWP
My list has about 1000 items (can be more later during year). I've done Data View Web Part based on that list. The problem is that I can't view on page more than 500 items, i get an error
Unable ...
0
votes
2answers
866 views
How can I create a cross-site DVWP in 2010?
This was so easy in SharePoint Designer 2007 - you just used the "Connect to another library..." link and you could quickly create a DVWP on your page that used any list/library in your site ...
0
votes
2answers
403 views
Send Paramets from HTML form to DVWP via javascript
Good day!
I have a DVWP. DVWP has parameters as query string "StartDate" and "DateEnd" and filters on datefield "Date" by parameters "StartDate" and "EndDate".
Also I have form on the page with ...
0
votes
1answer
260 views
Task list field database location changed from 2007 to 2010
What I've witnessed
I've just noticed something rather annoying with SharePoint following an upgrade from 2007 to 2010.
The task list schema in SharePoint 2007 had the 'Assigned To' field first. ...
0
votes
1answer
142 views
Switching between two dataview webparts (No post back)
I have 2 DVWPs and would like to use a tab or link to switch between them without postbacks. I was thinking of using jQuery. One DVWP would have around 100 rows the other 400 rows.
Any suggestions ...
0
votes
2answers
788 views
Dataview webpart on Subsite pulling list from Parent Site
In a Master Page I need to insert a Data View that pulls information from the parent site. I believe I can do this with a Content Query Web Part but I cannot put a web part like this into a Master ...
0
votes
1answer
301 views
Crosslist WebID to Site Name
Anybody know how to take the webId in a DVWP crosslist and group the results based on webId, but instead of showing WebId show the Site Name?
