0
votes
2answers
35 views

How do I dynamically insert a web part onto a page using Sharepoint Designer 2010?

I have a requirement to create a DVWP which queries a list of items: 1.1, 1.2, 1.3 etc. I have a webpart that takes an input (i.e. "1.1") and does some cool stuff with it. What I would like to do is ...
0
votes
1answer
41 views

ListView WebPart

Is there any option to display sharepoint list which is in one domian on the sharepoint site which is on other domain? I'm not interested in solution which use iframe.
0
votes
1answer
131 views

Merge two date columns in a webpart view

Here's a little (maybe big actually) challenge i'd like to face, but I'm not sure which good start I should take so as to resolve it. I have two lists, each one has a day/time type column, and other ...
1
vote
3answers
1k views

Is there a simple override method to change the background of a webpart? SP 2010

Found out how to change the background of one single page (body of that page). This works when I want a single page or two to have a specific background instead of modifying a master page. Is there ...
2
votes
1answer
2k views

Provision XSLTListViewWebPart with <AllUsersWebPart> or <View> and customize the XslLink

I've created some custom List Definitions (aka List Templates) and am provisioning List Instances of them into my site. I am then provisioning Pages (Wiki/WebPartPages) that refer to the lists/views ...
0
votes
1answer
77 views

Moving WPProperties into different categories in custom WebPart

I'm working on a web part that thematically makes sense to have the XSL Link property in a custom category I created Visual Settings that provides new WPProperties for things like the CSS page and ...
0
votes
1answer
168 views

WSS 2.0 - How to pull information from a list and display it on data view webpart?

I have a wss 2.0 environment and want to use dataview webpart to pull information from a list. I also want to do calculations based on a number of items I have on my list. Basically I want to do a ...
1
vote
3answers
689 views

How to create a Connectable Web Part on sharePoint

Is it possible to create a custom connectable web part that passes information to a DataView out-of-the-box SharePoint webpart? I'm not interested in creating a consumer and provider web part as I ...
2
votes
1answer
509 views

SharePoint Designer Edit NewForm Link

I created a Data View Web Part based on an existing list in SharePoint Designer 2007, I included the SharePoint List Toolbar so users can create new items. I want to use a custom List Form, in the ...
0
votes
2answers
4k views

Need a Web part to display user profile of selected user in SharePoint Foundation 2010

I am searching for a Data View web part which can display user profile of selected user in SharePoint foundation 2010. There will be one web part which will contain list of users and another one ...
0
votes
2answers
2k views

How do I resolve the “Unable to display this web part” error?

Our Sharepoint Portal Server 2003 home page has three data view web parts that display different lists. Starting Saturday, all three web parts starting returning this error: Unable to display ...
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 ...
0
votes
1answer
269 views

How to develop the data source webpart in VS 2010?

I want to develop the content datasource webpart, which should fetch the data from SPLists and provide it to other requesting webparts. how to build this content datasource web part ? What i need ...
1
vote
4answers
2k views

Customizing the DataView Webpart paging style

I have configured a dataview webpart that refers the sharepoint list and would like to have a custom paging instead the OOB paging. The paging style should look like the below: Home 1 2 3 4 5 End ...
1
vote
2answers
155 views

How to implement SP list with this?

I found a nice article that talks about image rotating. I want to read the pictures from picture library. how would I do that ? http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/ ...
0
votes
1answer
532 views

XsltListViewWebPart - run some javascript after async refresh

I've got an xslstlistviewwebpart, and set in the AJAX options to refresh the webpart every 15 sec. Is there a way to hook up some javascript code after the webpart is refreshed? Larsi
1
vote
1answer
409 views

sorting and paging on web part

sorting in dataviewwebpart only sorting within display items. Paging is enabled to display 10 items per page. Also, How do I put 1,2,3,4,5,6,7,8,9,10, (next, previous) for the paging? They give you ...
1
vote
3answers
1k views

Deploy a Data View Web Part to any SharePoint site

I followed this url to create webpart that reads list from the top site. How to use SharePoint Designer to display list data from subwebs It worked great. I can even export the custom web parts (wp ...
1
vote
4answers
155 views

What web parts do you recommend or consider essential?

Although we internally manage to get away with the Data View Web Part for most cases, what other web parts have you come across which you may consider essential for MOSS or WSS? Before you answer ...