Tagged Questions

0
votes
2answers
487 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
1k 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
25 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
91 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 ...
0
votes
1answer
117 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
0answers
88 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 ...