a highly customizable web part for displaying SharePoint data

learn more… | top users | synonyms (1)

1
vote
0answers
12 views

Create TreeView C# for Office 365

I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online. but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
0
votes
1answer
18 views

Custom Application or Web Parts? No idea how to do either

In my team, I've been tasked into automating some of the things we do. I have been playing around with Sharepoint (I don't have full overall Sharepoint-admin privileges though, although I do own the ...
0
votes
1answer
23 views

Office 365/SharePoint Online development guidance, Client OM?

Has anyone found any guidance on developing for Office 365/SharePoint Online based on the SharePoint 2013 product line? We have been tasked with upgrading a webpart that was developed for SP on ...
0
votes
2answers
31 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
0answers
19 views

Sharepoint Dataview webpart

Please Guide me how to achieve Multiple filter(Multiple textbox control) dataview web part in sharepoint 2010. It is possible to do in OOTB? Regards Dillibabu.B
0
votes
0answers
14 views

Expand one item & collapse another in data view

I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great. Because there are a lot of ...
0
votes
0answers
21 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
0answers
11 views

is a different database connection required for every Data Filter Web Form?

I'm basically setting up a new .aspx page which includes some data form web parts (DFWP). Those web parts are connected to one SQL Server database backend and each one shows data from a different ...
2
votes
0answers
41 views

Linked Data Source problems

I have some few questions regarding how to make Linked Data Sources work. Is there a way to have the column headers be able to sort by ascending or descending (this is not too important but is ...
1
vote
0answers
53 views

How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?

So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
2
votes
2answers
80 views

Game On - DVWP in the Ribbon

I have a 2010 Enterprise Farm, and I am attempting to place a Data View Web Part in the Ribbon to display content from an external SQL database as part of a gamification initiative. Basically, I need ...
2
votes
1answer
39 views

Dataview get data from same List type with same content type from different sub sites

I have a site collection with different sub sites: A (Root) B (Program Site) B (Program Site) C(Projects Site) D(Projects Site) ...
0
votes
0answers
90 views

Can't edit Data View Web Part at Home.aspx

I can't edit DVWP at Home.aspx or insert any data view but I can do it for an empty aspx page. Why is it happening?
1
vote
3answers
320 views

Use multi-select lookup field as filters in a data view web part (DVWP)

i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
0
votes
1answer
149 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
20 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
146 views

Joined dataview list count based on filter - sharepoint 2010

I have a DataView Webpart that displays a set of list items (articles). In each item(article) being displayed, I want to show a counter of items from another list that are linked to the unique ID of ...
0
votes
0answers
111 views

jQuery and NAPA a good option for Customizing List and View Forms in SharePoint Online 2013?

I’ve been playing with SharePoint Online 365 (2013) and NAPA for a few days now. Deployed a simple AppPart.. great potential in this. We have a big SP 2007 Farm with about 200 Site Collections. About ...
0
votes
0answers
109 views

SPO 2013 and VS 2012 deployment questions

I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
1answer
193 views

Issue using ddwrt:FormatDateTime in xsl variable

I have a data view and am trying to filter using 2 date filter web parts. I'm assigning the date filter values to parameters ($StartDateFilter and $EndDateFilter). I'm struggling with the filter data ...
0
votes
0answers
110 views

Filtering on columns not working when using parameters - SPD 2007

I have a DVWP. I can't make the filtering on column work properly (the option for sort and filtering on column is selected). Under the Common Data View Tasks I have 2 Filter criteria. One criteria ...
0
votes
1answer
47 views

Filtering datas

I want to filter datas. I have a data view with 3 column (name,department,foreign languages)by a SOAP Connection but I can't make any filtering for foreign languages. I have a html form web part ...
1
vote
0answers
114 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
36 views

How would I show empty group headers in the DVWP in SharePoint 2007?

I have a DVWP that I wish to model after a physical binder-based file system. I have a column named 'Title' and a column named 'Tab'. I have the view filtered by a column named 'Facility' and it is ...
0
votes
1answer
92 views

How to filter datview to show data from last year and current year in SharePoint

I have a dataview web part displaying data from a list which I've designed using SharePoint designer. How do I filter it so that I show data from last year as well as the current year? Note: It ...
0
votes
0answers
155 views

SharePoint:AttachmentsField

could you please help , how can I set a substitute string / first 15 characters of the attachement, or string like "Attachment" for AttachementsField in DVWP within the code: <xsl:element ...
1
vote
1answer
509 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 ...
1
vote
1answer
72 views

Linked Data source wont return any fields

I have created a few data connections and wish to use a dataview web part to display the information. Currently I am able to display any given table on its own. I have a database connection table ...
0
votes
1answer
88 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 ...
2
votes
1answer
279 views

DataView parameter DefaultValue

Please help, what should I set to defaultvalue in DVWP filter parameter if it should be ISO8601 date format of the actual date? It only works now if I manually enter current date like ...
0
votes
0answers
43 views

DatviewWebpart - MultiFilter on LinkedDatasources

I have a todo list. I have created a LinkedDatasource in Sharepoint Designer. I have created an aspx page with a DataView Webpart and inserted the Data Source, then I checked the "Sort & Filter ...
0
votes
1answer
145 views

Display an External List in a DataView webpart

My scenario is as follows: I have a dataview wp which currently displays list items (from ECT). In the DataView wp I filter the data according to a parameter passed in from another wp. The current ...
0
votes
0answers
71 views

Paging disappears after changing columns in web part listview

I have a web part page open in sharepoint designer, i have added a web part using the ribbon insert option and selecting dataview and choosing my custom list. I have then When you then view the page ...
0
votes
2answers
259 views

How to get elements from essential List programmatically

I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
0
votes
0answers
71 views

Can't change the list view

I created a NewView for a list. When I select that view by Edit Web Part>Selected View>NewView , the view doesn't change. Why does it happen?
0
votes
1answer
37 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
0answers
118 views

Utilizing published InfoPath “Merge” fields (semi-colon delimited)

I have a "project" InfoPath form that uses a Person/Group picker. I would like to be able to relate the people chosen in that form back to the project that they were chosen in. The primary problem is ...
0
votes
1answer
241 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 ...
1
vote
1answer
137 views

Filtering content of list from the value selected in dropdown list

I want to filter the contain of list based on the value selected in drop down list of data view webpart. I am using javascript to get the value which is selected now how I can use the value which is ...
1
vote
0answers
81 views

Data Source Library error: the web cannot be opened

Version of sharepoint: WSS 3.0 I opened a site, Home, in SharePoint Designer 2007. When I tried to insert the data view, it only show the greyed "+ Current Site". When I clicked "Connect to another ...
2
votes
1answer
82 views

Code to fix filter by Person in a DVWP in Sharepoint 2007

Does anyone have the code to fix a DVWP where the column title filter shows the html rather than the person's name?
1
vote
1answer
228 views

Format List look-up column as text-only in data-view web part

I have a list that contains a lookup column. Next, I created an empty .aspx page and added a dataview web part. Next, I linked the dataview web part to the previously mentioned list, which gave me ...
1
vote
0answers
228 views

Dropdown menu with XML data source gives web part error

I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
0
votes
0answers
48 views

Have problem to display the SOAP data connection to a our Sharepoint site

I am using the SOAP data connection and i retreive data from my Web server but when i insert the SOAP data connection in the new page zone it's give me the display as HTML Code not as Text content : ...
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
2answers
206 views

Capture filter value, within xslt, passed in from connected web part

Is it possible to get hold of the value of a filter being passed in by a connected web part? For example, if a sharepoint list filter is sending a filter value of "1" to webpart A (a dataview ...
0
votes
2answers
67 views

DVWP - Across Multiple Lists with Distinct Permissions

I'm attempting to create a DVWP that merges 4 lists that share a content type schema but have distinct permissions. The issue I am having is that if a user does not have permissions to one of the ...
0
votes
1answer
219 views

Set defaul value for DVWP parameters programmatically

Good day I need to set default value for ParameterBinding of DVWP as follows: <ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/> ...
0
votes
0answers
678 views

Sharepoint designer XSLT sum() field

I have a list with 7 items in it. The list has a value column and I would like to sum up the value column and display it in a textbox called "totalValue" that I created in sharepoint designer 2010. ...
0
votes
2answers
209 views

Filter Library with parameter

I am an intern at a company, so I am not completely sure about the structure of the servers etc. However, I have a library that I want to filter by the department that the currently logged on user is ...

1 2 3 4 5