0
votes
2answers
216 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
0answers
138 views

XsltListViewWebPart group total

I have a custom list with grouping enabled, now I want to add a subtotal field under each group (group footer) to show the sum of Total column. I couldn't find any settings in Sharepoint Designer 2010 ...
0
votes
0answers
253 views

Customizing SPO Custom List Forms with SharePoint Designer 2013 - No Design View

I'm trying to use SPD 2013 on an SPO 365 site (version 2013). Very fustrated that MS has apparently droped Design view.. Maybe I'm missing something here. Anyways, I create a new aspx page from SPD ...
2
votes
1answer
279 views

How to Fetch Data from .ICS file in Sharepoint 2010 ?

How to fetch data from iCalendar file in sharepoint 2010 webpart ?
0
votes
2answers
111 views

Unlink page from master

Is there a way to "unlink" a page from the master page? Specifically, what I want to do is have a completely blank page display a SharePoint ListViewWebPart. Alternatively, if I start by creating a ...
0
votes
1answer
1k views

dataform webpart button redirect new ID after saving

Can anyone please provide a hint for the following problem: I have two DataFormWebparts on a page, one for creating new objects, one to edit them. The Webpart that creates them has this button : ...
0
votes
0answers
229 views

XSLT 0x80004005, a reference to variable or parameter cannot be resolved. the variable or parameter may not be defined

While trying to change a view column name so that the view would apply to all lists through an event handler I keep recieving a most annoying error after I deploy and create a new list. The initial ...
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
1
vote
2answers
413 views

format text as date in XsltListViewWebpart

I have an issue and I cannot find any documentation on it. I have a XsltListViewWebpart with a column called Dates that contains a few years in each row. Currently they appear as: 2008 2009 2010 ...
4
votes
2answers
5k views

how to customize xlstviewwebpart in sharepoint designer 2010?

i have try to editing xlstviewwebpart for editing customize.but havnt getting any clues for my scenario. i want to change title link in edit mode instead of display mode in webpart pages. when ...
1
vote
1answer
522 views

Hide dropdown from XSLT List View WebPart

I have added a XSLT List view webpart to a sharepoint master using SPD 2010( in PlaceHolderLeftNavBarTop content placeholder ). The datasource for this list view webpart is a Links library. I have ...
1
vote
1answer
136 views

Copying code over in Sharepoint Designer 2010 and changing it, deletes code from the original file, how can I fix this

Suppose I have two files, A, and B respectively. Everytime I copy xsl code from file A to B and modify the code in B and save it. The code in A gets removed (all except for the WebPartZone tags and a ...
2
votes
1answer
719 views

How do I show single/multiple attachments from a XsltListViewWebPart of a list?

SharePoint 2007, trying to display attachments via an XsltListViewWebPart. Doesn't seem clear on how to accomplish this via designer.
2
votes
0answers
456 views

Filtering an XLV with a Managed Metadata Field in a Publishing Page Layout

I have a custom Page Layout which inherits from Enterprise Wiki, with an additional column of type Managed Metadata. In SharePoint Designer, I place this field as a control onto my customised page ...