The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
544 views

Data Form Web Part doesn't show data from Linked Data Source

I have Data Form Web Part with Linked Data Source which consists of three SOAP data sources to different libraries on different sites (one parent site collection with two subsites). All was ...
2
votes
2answers
821 views

DataFormWebpart WebUrl Dynamic DefaultValue

I'm trying to dynamically generate the WebUrl for a DataFormWebPart so that it uses the parent URL instead of a hardcoded value. <WebPartPages:DataFormParameter Name="WebURL" ParameterKey="WebURL" ...
6
votes
1answer
474 views

On default.aspx, how can I properly control the Ribbon with OOB webparts?

In a team site, I have put two DataFormWebPart (in new mode) that allow users to directly push data to two SP lists. The two webpart are saving data as expected, but the ribbon is weird when having ...
0
votes
1answer
54 views

Data View Web Part: Hide or show fields dynamically based on input

I have a list that I build and a data form web part that will allow users to add to the list. How can I make various parts of the form hide or show based on the values of other fields in the form as ...
0
votes
1answer
1k views

dataform webpart button redirect new ID after saving

Can anyone please provide a hint for the following problem: I have two DataFormWebparts on a page, one for creating new objects, one to edit them. The Webpart that creates them has this button : ...
0
votes
1answer
175 views

Display ManagedMeta using xslt

I am showing the results of query against a document library within a dataformwebpart. The managed meta data field is named 'Tags'. The output to the page of this column looks like 3;#test;#2;tos ...
1
vote
0answers
15 views

Connect form web part to DVWP to allow searching

Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
1
vote
0answers
46 views

SharePoint dataformwebpart get document path without document name and folder url

I have a dataformwebpart that queries multiple document libraries. I need to open the document properties in a modal window. I have used the below <a> <xsl:attribute ...
0
votes
0answers
46 views

Updating Webpart programmatically

I have a custom EDIT/NEW/View forms for a content type. i need to change the properties programmatically since i have over 1000sites using these forms static void Main(string[] args) { ...
0
votes
0answers
63 views

SPD List Form vs Custom List form - Version append and style issues

I'm forced to use a custom list form because my ID= querystring sometimes does not work with a regular List form - which is odd enough. With a custom list form (DataFormWebPart), I can set my ...
0
votes
0answers
97 views

Crosslist DFWP showing non-admins double items for one part of linked data source

I have a crosslist Data Form Web Part whose data source is a linked source. For non-site admins with any level of permissions on the page, the data form displays doubles of items from one of the ...
0
votes
0answers
118 views

When using a SQL database connection with stored procedures is it possible to use an output parameter

I'm kind of new to attempting this sort of thing and I have some unique restrictions, so please bear with me. I am attempting to connect to data in a SQL database through stored procedures in my ...
0
votes
0answers
132 views

xslt : Update different list items on single button click

I need to update 2 different list items on single button click. Eg : On page load, using query string parameter i am filtering items in 2 different dataformwebpart from 2 different list (say A & ...
0
votes
0answers
232 views

Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)

In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart. I want to ...