0
votes
0answers
27 views

Respecting order of OrderedList in DataFormWebPart (SharePoint 2010)

I have a links list that allows the user to customize the order of the items, using OOTB functionality (using the "Change Item Order" ribbon item.) However, when I display the links list in a Data ...
0
votes
1answer
165 views

Print Preview Web Part SharePoint 2010?

I've had a customer upgrade their SharePoint 2007 farm to 2010 about 2 months ago and have been fixing up some post upgrade issues that they didn't know how to fix. My attention has been drawn to some ...
0
votes
0answers
23 views

Adding a bundle of scripts to Sharepoint webpart by defining specific folder

I have like fifty of these: <SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" /> Is there a way to define a folder and it ...
1
vote
1answer
558 views

How to Filter DataView WebPart (DVWP) from Query String?

I have a Web part page which has two web part. 1) Visual Web part Containing Drop Down List. Drop Down is filled with data from column of Pages Library. 2) DVWP pulls data from Pages Library. Now ...
0
votes
1answer
89 views

How to create Custom Property for DVWP (Data View WebPart)?

In my solution I have to create DVWP in which user can enter Row Limit as Property and that amount of rows will be displayed in WebPart. I used built In Functionality of DVWP for Setting Row limit ...
0
votes
1answer
38 views

I have got a two CAML Queryies. How Could I done to see them in 3 montths from today

I have got a two CAML Queries. How Could i set them to see all object on ASP Calendar 3 months from today day? Here are the Queries: string DateOnlyQuery = "<Where><Eq><FieldRef ...
0
votes
1answer
264 views

Where is the DVWP in Sharepoint 2010?

Salvete! Where can I find the Data View Web Part in Sharepoint Enterprise 2010? I can't see anywhere to enable it as a feature, and it doesn't show up in any of the web-part lists. I understand ...
0
votes
0answers
23 views

How do you adjust update an obscurity-based solution to SharePoint 2010?

Has anyone played with how to maintain an obscurity-based solution in SharePoint 2010? Or is this simply something that one needs to approach differently? In SharePoint 2007, you can use a ...
0
votes
2answers
892 views

How can I create a cross-site DVWP in 2010?

This was so easy in SharePoint Designer 2007 - you just used the "Connect to another library..." link and you could quickly create a DVWP on your page that used any list/library in your site ...
0
votes
1answer
242 views

positioning a data view web part in a body webpartzone

Guys i need to position 2 data view web part controls next to each other in a body column of a web part page. I've customised the xslt to output as an unordered list which are wrapped in div's ...
1
vote
2answers
176 views

How do I create dynamic infographics in SharePoint?

I'm looking to add a dynamic infographic with the ability to update it using a SharePoint data library or list. Has anyone accomplished this (that is easy or quickly updatable). For example, I want ...
0
votes
0answers
170 views

Using Person field in Data View Web Part

I have a SP 2010 site with some data view web parts (built in SP Designer 2010) that roll up data from subsites (based on a listtemplate id). They work fine, but whenever I add a field of type ...
1
vote
1answer
688 views

How To Define Specific ReadItem Finder with List View in External List?

I have an external list which is using the BCS to pull data from a custom database. This database has several views which have the same column structure and several that do not. I have been adding ...
3
votes
3answers
647 views

Personalization with a User Profile Property in the SharePoint 2010 Master Page

I'm trying to build a megamenu with two levels of personalization for every user: Filtered links driven by list-based content. I'm using a DVWP for this. The DVWP is all set up and works great in a ...
0
votes
1answer
71 views

DVWP Error Grouping

I have a data view web part which was migrated to a SharePoint 2010 environment. It had a query parameter to group by month(calculated column) and filter by year. Since the migration it has been ...
6
votes
2answers
2k views

XSLT Get Current date or Today in XSLT

Help please can anyone advise how I get current date, or today method in xslt 1.o SharePoint
0
votes
2answers
801 views

Dataview webpart on Subsite pulling list from Parent Site

In a Master Page I need to insert a Data View that pulls information from the parent site. I believe I can do this with a Content Query Web Part but I cannot put a web part like this into a Master ...
0
votes
1answer
421 views

While using DVWP(in Sharepoint 2010) the 'Person or Group' column is not showing the profile picture of the person

I have a custom list in SharePoint 2010, in which i have a column of type 'People or Group'. When i am displaying the content of this list using a DVWP, i expect the picture/image of each person to be ...
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
325 views

DispForm with child data view

I have two related lists. I have a parent list and a child list, the child list has a column that stores the ID of the parent list. In the parent's EditForm I added a dataview of the child list, and ...
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 ...
1
vote
2answers
2k views

Lists.asmx returning 401 Unauthorized

I extended the DataFormWebPart to use a SoapDataSource and get the data from the lists.asmx webservice it works fine as long as i access data from the same webapplication but as soon as i try to get ...
2
votes
1answer
474 views

Using DataSourceMode=“Webs” in a DVWP in SharePoint 2010

In SharePoint 2007, there are several relatively unknown DataSourceModes you can use with DVWPs (CrossList, ListOfLists, ListItem, and Webs - see ...
0
votes
1answer
259 views

“The server returned a non-specific error” when Grouping in a DataView

I am getting a "The server returned a non-specific error" with a DataView in SPD with SP2010. The DataView is working fine up to that, i.e. I have added and removed cols, Filtered and Sorted and added ...
3
votes
2answers
683 views

<xsl:import> not working in SP2010

I have been trying for days to understand why, following an upgrade to Sp2010, none of the statements used in my web part definitions are working. The work fine in SP Designer 2010 and render as ...
1
vote
1answer
2k views

Inserting Lookup columns into Data View Web part displays as XML

I am trying to configure a Data View web part in SP Designer 2010. I am connecting it to a list called Data Returns. Data Returns includes a mixture of Fields, some text, some choice, some lookup. ...