The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
127 views

Cross-Site XsltListView WebPart throws Exceptions

I Created a site with a XsltListView Webpart displaying list content from another site in the same site collection. I created it using Sharepoint Designer by exporting the Webpart from the original ...
0
votes
2answers
33 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
59 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
141 views

InfoPath form web part connection to a list view web part

What value needs to be passed from a InfoPath form web part to a list view to display all items. I have am InfoPath form displaying in a form web part that will pass a dropdown value into a list view ...
1
vote
1answer
44 views

Limiting a view based on authentication

I am attempting to solve/plan a strategy for a business using SharePoint 2010. They have data from multiple external databases. I would like to display this data in a report based on the current ...
0
votes
1answer
77 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 ...
0
votes
2answers
145 views

SHAREPOINT ERROR: value does not fall within expected range

I am a newbie here, need your help :-( So here is my problem: I have 2 Sharepoint servers A and B Server A using SQl server 2008 R2 Server B using SQL server 2005 SP4 Both using Sharepoint ...
0
votes
1answer
102 views

Grabbing a filter value via CEWP code behind

I have employed a Query String Filter to parse a value and send it to a chart web part. now I would like to use this value in a CEWP to provide an explaination/clarification for the chart, but the ...
0
votes
0answers
26 views

Multiple web parts sourced from web service

I have a page within my sharepoint that will be populated by data from an external web service. There will be multiple web parts on the page, all of which will require data from the web service. At ...
3
votes
1answer
141 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 ...
1
vote
0answers
111 views

Make Webpart connections to work when a dropdown value is changed

I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser. On the same page, I have a webpart created using sharepoint designer that ...
8
votes
4answers
299 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
49 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
87 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
103 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
284 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
188 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
217 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 ...
0
votes
0answers
48 views

how to load summary link webparts links to a webpart

I have a sharepoint 2010 publishing site created with custom page layout.On the left hand side i have placed a summary link webpart with 15 links.( each link is pointing towards a different document ...
1
vote
1answer
175 views

Refresh a list webpart to reflect the item added developed using visual studio 2010

I have a visual webpart that list the students. Also have a webpart to add/edit student. after deploying the application, I created new webpart page and added CreateStudent webpart in a zone and ...
2
votes
1answer
123 views

Why don't SharePoint search-related web parts use connections to communicate with each other?

Why don't SharePoint standard search-related web parts use web part connections to communicate with each other? They use QueryManager instead which is placed into Page.Items. I'm trying to understand ...
0
votes
1answer
239 views

Connecting Web Parts with a Lookup Field

I am having an issue with Conencted Web Parts in 2010. This is all in SharePoint Designer, I can solve this in studio no worries; Im trying to do this No Code Solution instead. I have 3 lists. ...
3
votes
2answers
834 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 ...
1
vote
2answers
296 views

Create Web Part Connection to connect to list

I am trying to create a connectable Web Part that can connect to a SharePoint List. I have added my list to the page and I have added my custom Provider Web Part. I implemented IWebPartField but I ...
3
votes
1answer
698 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
121 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
668 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 ...
0
votes
1answer
367 views

Filter by metadata through connection to another item

I was wondering if it is possible to filter a list item based on metadata values from another list item. I tested it locally but it didn't seem to work althougth another post here said it should work ...
0
votes
1answer
75 views

Connected Webparts using the same Interface but different vs-solutions

I built a sample containing two webparts(provider and consumer) in one vs-solution and it works great. So technicaly I know how connected webparts work. I want to develop a provider webpart that ...
3
votes
1answer
323 views

Dynamic embedding of flash video

I can successfully hard code an embed path in a Content Editor WebPart(CEWP) or link a CEWP to a text file that has the embed path, but this is hard coded because the CEWP is not connectable and I ...
3
votes
1answer
230 views

IFilterProvider Interface example error

I have deployed the code in http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webpartpages.communication.ifilterprovider.aspx. When I connect this webpart to a list webpart, for some ...
3
votes
1answer
392 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
693 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
530 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
3answers
2k views

Can't connect to the SharePoint site:

I started VS with admin rights, I'm currently in trouble setting up a SharePoint 2010 project. Today, I installed VS2010 on our new SP 2010 server. But now I'm failing to create a SharePoint project ...
2
votes
1answer
143 views

Web Part with more than one connection

Can I have a web part use more than one connection? I have three web parts: Web Part A, Web Part B, & Web Part C. Web Part C has three columns, A, B & C. I want Web Part A to filter Web ...
1
vote
2answers
401 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
422 views

Can a excel matrix be in SharePoint list?

I have an excel file with bunch of numbers and yes/no in a row and at the end of the row the name of the product. I like have this in a form or list in sharepoint where user will pick this items, then ...
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
2answers
1k views

Example of using SPWebPartConnection

Does anyone know of an example that demonstrate how to use the SPWebPartConnection to connect two web parts on a standard page? All I'm trying to do is have two different web parts exchange a single ...
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 ...
0
votes
1answer
260 views

Can't connect to sharepoint site from any other client, only from server [duplicate]

Possible Duplicate: Can't access sharepoint site from local workstation. Sharepoint site is up and running on machine name. So address is http://machineName:8888/ Works from server ...
1
vote
2answers
661 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
145 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
593 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
135 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
162 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 2