Tagged Questions
0
votes
2answers
39 views
Connection among webparts getting lost when editting aspx
I have a little problem. Im creating a custom aspx page to serve as an advanced dashboard for PPS webparts (mainly filters and reports) in SP2010. I didnt mention this in the title since I think that ...
0
votes
0answers
78 views
XsltListViewWebPart shows filter from Dataform webpart but 'forgets' to filter
I have a bewildering issue with a webpart page in my SP 2010 site.
In it, a customized DataFormWebPart is connected to an XSLTListViewWebPart.
Both are sourced from the same library -- the ...
0
votes
1answer
98 views
Custom columns (IFRAME), web parts and connections
We have created a number of custom columns for our client. Some of them display content using an iframe to an .ASPX page (so that some code-behind can be executed).
I was recently tasked to create a ...
3
votes
1answer
143 views
Why are web part connections in a template breaking?
We have a SharePoint site that we created based on a blank site template.
We add lists, pages, webparts (including some connected web parts) and then save this site as a template (.wsp file).
We ...
9
votes
4answers
365 views
How to save variables per user session per page
I am using three webparts. Webpart A creates a value when the user clicks on the button in Webpart A. WebPart B uses this value to create a list with items the user can select. WebPart C uses both ...
1
vote
1answer
56 views
How to prevent Web Parts to lose Web Parts connections
I have 3 webparts which together will create a table with data in it. The webparts work as follows:
LoginWP: A user can enter username and password in 2 textfields and then click on a login button. ...
1
vote
1answer
93 views
Consumer Web Part does not responds to changes in Provider Web Part
I am currently using 3 web parts which are connected (webpart A connected to B, B connected to C). The problem lays in the connection between B and C. Webpart B is a provider and a consumer and only ...
0
votes
0answers
104 views
Get filter information from List View Web Part using web part connection
Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - ...
0
votes
1answer
301 views
WebPart Connection : sending table sends only first page data
I have created a custom WebPart to consume connection(table) from a list view webpart, from list view webpart when i send the table to my custom consumer webpart i get all data from the list, but this ...
1
vote
0answers
190 views
Connect XsltListViewWebPart with multiple providers
I have two lists defined:
A: Projects (with a lookup column to B)
B: Customer
For list A I have two listviews:
Open Projects
Closed Projects
Now I have a webpart page with three ...
1
vote
1answer
243 views
Display 0 rows in list view webpart if there is no filter set?
I am trying to setup a custom page that uses the document library "A" in multiple webparts to show only certain columns based on a "trickle-down" connection system.
(please note ALL list view ...
3
votes
2answers
933 views
Connection between 2 web parts
Im embeding two webparts in my sharepoint page using page viewer. One part is UI which takes input from user and on submit it shud be passed to other web part and it should get refreshed. can anyone ...
0
votes
1answer
97 views
SharePoint Web Parts can not be connected via hyperlink fields
In short: I'm trying to filter an XSLTListViewWebPart based on what is selected in another XSLTListViewWebPart. Using a String field as connection this is working fine. Using a hyperlink field no data ...
3
votes
1answer
749 views
Connecting Web Parts across pages in SharePoint Designer
I am trying to connect some web parts across different pages (in the same site) and the behavior I am seeing doesn't make sense to me. I think I am missing something in my understanding.
I am using ...
2
votes
0answers
122 views
Connecting web parts works in Designer, but not by editing on page
I have created some DataFormWebParts that use a web service data source in SharePoint Designer. I then exported each one to the site web part gallery. Each data source is configured with a parameter ...
1
vote
1answer
714 views
Causes of “The Web Part you are connecting from does not allow authoring of connections”
When I add my provider and consumer web parts to a web part page (following Walkthrough: Creating Connectable Web Parts in SharePoint Foundation) I find that the 'Connections' option on my webpart is ...
3
votes
1answer
398 views
Custom web part as consumer and provider for other single web part
I have a task to create a custom filter web part (CFWP) for standard List View web part (LVWP).
I decided to use a connection framework for this task and designed next concept:
LVWP is a provider ...
2
votes
2answers
712 views
How to create multiple different connections from a producer web part?
I have twwo webparts, one consumer and one producer. Consumer WebPart takes various ITransformableFilterValues connections. And Producer WebPart generates one ITransformableFilterValues connection.
...
1
vote
1answer
548 views
The connection point “filter parameter” on does not allow multiple connections
I have a custom web part which does not allow multiple connection.
Scenario : i add the custom web part on the page , add 2 list on the same page .
Step 1 : I connect List 1 to web part and implement ...
1
vote
0answers
83 views
Why is the ConnectionInterface object in my custom consumer web part null?
I connected two web parts using a Provider web part, an IConnectionInterface and a Consumer web part.
After adding both web parts to my site, the consumer webpart is unable to receive the parameter:
...
1
vote
2answers
411 views
Web Part connection not pre-selecting lookup value
I have 2 lists:
Users
Notes
Notes has a lookup field that links it to Users (ContactName)
I have added a Notes WebPart to User's Edit Item screen. Now when you edit a user, it shows a list ...
1
vote
1answer
1k views
Connectable web parts - consuming from OOTB list view web part
I'm trying to create a custom web part that consumes from an OOTB list view web part's "Send Row of Data To" producer. The list has a lookup field to another list, and I need that value (the ...
0
votes
3answers
1k views
SharePoint 2010: Problems with a connection provider web part which uses an UpdatePanel
I might be going about this in totally the wrong way but this is what I'm doing:
I have 2 custom web parts: a company calendar and an appointment list. Both are visual webparts and both contain an ...
1
vote
2answers
671 views
Which approach to use for connectable web parts?
I just finished this tutorial, pretty simple.
http://msdn.microsoft.com/en-us/library/ff597538.aspx
But I also found this other one talking about the same topic
...
2
votes
1answer
145 views
How can I connect a custom user info web part to an image web part?
I have 2 web parts:
SP2010 default image slideshow
Custom userinfo from profile db
I have user name (domain\username) in webpart 1 which I want to pass to webpart 2 to get user info at the same ...
0
votes
1answer
148 views
Is there a way to -not- refresh the page when we click on a link in SharePoint Web part?
A few days ago I submitted this question to stackoverflow: http://stackoverflow.com/questions/3161708/sharepoints-new-folder-doesnt-ask-for-a-required-field
I essentially have Web Part Connections ...
0
votes
1answer
601 views
Dynamic WebPart connections
I'm prototyping the best way to dynamically connect web parts at runtime. Essentailly, the application will allow for several disparate application groups to create web parts that will be consumed ...
1
vote
2answers
136 views
Connecting V2 and V3 web parts results in a null reference at the consumer
I'm trying to interact with a bunch of third-party web parts written using the V2 Connections API. The interface I'm implementing is IWebPartRow (V3), and as I understand it, SharePoint 2007 has ...
2
votes
1answer
166 views
Is there a comprehensive list of all of the out of the box web parts that are connectable?
There is very little information available on connecting web parts on a web part page. This seems to be too advanced a topic for most of the end user resources. On the other hand, it's not a developer ...
1
vote
1answer
902 views
Disabled “Filtered Parameter” drop-down in custom web part with connections
I'm writing a web part that needs to use connections for processing values relating to a business object called a "Program Entity". It is supposed to take in an ID provided by a connected web part, ...
0
votes
3answers
3k views
How do you connect a Calendar List to a Project Tasks list using Web Part Connections?
I created a Calendar List and a Project Tasks list. Then I added a lookup from the Tasks list to the Calendar list. However, when I try to connect the two with the related field visible on both list ...