The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
931 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
2answers
246 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 ...
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 ...
3
votes
1answer
329 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 ...
2
votes
1answer
151 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 ...
1
vote
1answer
53 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 ...
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 ...
0
votes
1answer
158 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 ...
0
votes
1answer
117 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
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 ...
0
votes
1answer
242 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. ...
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
0answers
117 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 ...
1
vote
0answers
189 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
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: ...
0
votes
0answers
10 views

Problem with connectable webparts

I'm working with connectable webparts. Right now I'm sending my data from one webpart to another. On my provider I'm getting all values from database. Also the Image I'm getting from database ...
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
0answers
28 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 ...
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
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 ...