Web parts are ASP.NET controls that can be added to web part zones.

learn more… | top users | synonyms (3)

2
votes
0answers
160 views

How to get WebPart on current page by name/ID with javascript?

I have a page with some webparts on it, I want to get specific one (by name or ID) using client javascript. I try this code var ctx=SP.ClientContext.get_current(); var web = ctx.get_web(); var site ...
2
votes
0answers
36 views

How to change the text of “Add new event” in Calender web part?

I have tried all the methods suggested online. But none seems to work. I tried the following, <script> document.all("Add new document").innerHTML="Add ur new text"; </script> and ...
2
votes
0answers
76 views

Change month in SharePoint MonthlyCalendarView control

How to change month in SharePoint MonthlyCalendarView Control? It seems, there is no way to change month in calendar or change view of calendar.
2
votes
0answers
50 views

Can I access excel file from a remote sharepoint server in my Excel Web Access web part?

We are developing an organization level dashboard in which we are using Excel Web Access web part to display part of or entire excel workbooks containing charts. Problem is, the corresponding actual ...
2
votes
0answers
169 views

Excel Web Access web part real time update

I have the following scenario and would very much appreciate any advice: I exported a list /System/Examples to Excel and then saved it as Testing.xlsx to a different document library: ...
2
votes
0answers
148 views

How do I combine rows from different sharepoint lists onto 1 overall list?

I'm using Sharepoint 2007 and sharepoint designer, and I am using multiple sharepoint lists that have the same column types (# required, # complete, % complete) that shows the training status for ...
2
votes
0answers
530 views

How can I specify the ID of a XsltViewWebPart?

In a module, I'm deploying a webpart page where I put a view to a list : <View WebPartZoneID="Body" WebPartOrder="3" List="related" BaseViewID="4" ...
2
votes
0answers
322 views

Setting an audience from declarative WebPart?

I have a module that deploys some page. I'm adding webparts to these page, using a <AllUsersWebPart> node within a <View>: <View WebPartZoneID="Body" WebPartOrder="5" ...
2
votes
0answers
122 views

Connecting web parts works in Designer, but not by editing on page

I have created some DataFormWebParts that use a web service data source in SharePoint Designer. I then exported each one to the site web part gallery. Each data source is configured with a parameter ...
2
votes
0answers
114 views

OWA webpart view

I added owa webpart in 2010 but I want the view to look like following like we had in sp 2003. How is it possible as there are no configuration for it in web-part? Please suggest. 2003 look 2010 ...
2
votes
0answers
360 views

CustomListView WebPart

I tried create and render CustomListViewWebPart . I tried with the following code. public class CustomListViewWebPart : System.Web.UI.WebControls.WebParts.WebPart { #region Variable Declaration ...
2
votes
0answers
111 views

Application Pool stops-Deploying a Webpart-SP2007

I am using sharepoint 2007 and VS 2008. Sometimes after deploying the webpart, the application pool stops and need to start it manually. I do not know why this is happening?
2
votes
0answers
421 views

How to edit web part properties in the UI that was added in SharePoint Designer?

Let's say I create a custom page layout in SPD. Instead of adding a web part zone I add a web part (let's say content query web part) in the layout. When I go to a page using that layout I can see the ...
2
votes
0answers
218 views

Feature and a web part - what happens when you remove the feature

I put a web part on a page through a feature. I deactivate the feature. Then when I go to activate it again, i loop through the wpManager.WebParts to determine if it is already on the page using ...
1
vote
0answers
24 views

CreateChildControls() in Visual Web Part in SharePoint 2010 called twice

(x-post from http://stackoverflow.com/q/17065543/1943) I have a Custom SharePoint 2010 Visual Web Part which I've realized is calling the CreateChildControls() method twice. I've tried setting the ...
1
vote
0answers
30 views

SharePoint 2013 and advanced webpart connections

Since WSS 3.0, we have used custom webparts and webpart connections to build customer solutions. A connection between two webparts can contain multiple parameters, which was fully supported in WSS ...
1
vote
0answers
17 views

Making Table of Contents Webpart Relative to Site

I'm creating a sidebar navigation in a Page Layout and one of the items I'd like is a Table of Contents. I got it to work and it's showing the navigation links, however I have to set it up for each ...
1
vote
0answers
37 views

ViewState Timing Issues with SharePoint 2013 & ListView plus DataPager

Good morning! I'm porting an existing custom 2010 webpart containing a ListView and a DataPager to 2013 and seeing some weirdness with the DataPager and I believe the cause is associated with the ...
1
vote
0answers
58 views

CAML Query on a Calculated Lookup Field

I wrote some CAML Queries to modify the View of a List and all is working fine as long as I do not reference a Lookup Field which points to a calculated Field. I tried different types in the value ...
1
vote
0answers
37 views

Sharepoint Foundation 2013 - Custom Homepage blocks with webparts

I'm basically working on an new website which is based on sharepoint foudation 2013. I've done the design and now i'm on development phase. After good time searching around in code i could not find a ...
1
vote
0answers
22 views

Import Error on ChartDataProvider Webpart

My Sharepoint project contains a visual Webpart which retrieves data and works fine. In addition to that, I want to display some Chart webparts which visualize this data. In order to do so, i added a ...
1
vote
0answers
50 views

Setting the value of a sandbox web part's custom properties in .webpart file

I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'. I'd expect to be able to set the initial value of this property in the .webpart file. ...
1
vote
0answers
28 views

Can't edit site page without loosing all content

I have a major issue with my landing page. Everytime I try to edit the page, I loose all the content, everything gets wiped out once I hit save and I've had to redo this page about 6 times now. I ...
1
vote
0answers
47 views

Lookup column automatic selection in list form upon adding new item

I have a site page with two related lists, this relation being established via the webpart option "insert related list", and I'm using ID column in my child list as the lookup column. The child list ...
1
vote
0answers
59 views

SharePoint-hosted app, with edit mode to update its own properties

I'm using the editMode parameter to detect and display a simple web part admin UI. When the admin clicks a particular button, I want to use CSOM to update the web part's properties for the page it is ...
1
vote
0answers
173 views

How to set start and end date in Timeline webpart in SharePoint 2013?

So here is the scenario. I want to "hijack" the Timeline webpart used for project sites in SP2013 and set a fixed start and end date. There is an option to lock the timeline in it's current state in ...
1
vote
0answers
95 views

Comments webpart and anonymous access

I added the "Comments" webpart from the Social web part group to a page on a SharePoint 2010 web site. My site is currently configured with anonymous access so I wanted to confirm if only registered ...
1
vote
0answers
156 views

cann't add web part to PublishingWebControls:RichHtmlField

I have created a Page Layout based on a custom Content type which inherits from Page Content Type. It contains four Custom Fields and a PublishingWebControls:RichHtmlField for each field. When I try ...
1
vote
0answers
62 views

'Like' button on Intranet Blog - SP2007

does anyone know if a webpart exists for adding a 'like' button on a Sharepoint Blog post? the button will not link to facebook (applet) it is solely for an Intranet site. the counter for the ...
1
vote
0answers
62 views

Sharepoint Webaprt

How to call sharepoint webpart usercontrol method in AJAX $.ajax({ type: "POST", url: "FundUserRegister2.asmx\validateEmail", data: "{'strMailID': '" ...
1
vote
0answers
37 views

SharePoint 2010 Connectable webparts

I wanted to create a custom webpart with acts as both consumer and provider. So I want my custom webpart to act as a bridge between two OOB sharepoint webparts. WP1 -> WP2 -> WP3 I want to get the ...
1
vote
0answers
77 views

XML Viewer Web Part: XML feed requires username and password. How to pass credentials?

I am getting the following error message: "Cannot retrieve the URL specified in the XML Link property. For more assistance, contact your site administrator." I have an xml feed that prompts a ...
1
vote
0answers
136 views

Setting Custom Property of SharePoint WP readonly

How to set the custom property(bool) of sharepoint 2010 custom webpart as read Only based on a condition?
1
vote
0answers
83 views

Choice Filter list based on User Group

I have two List web parts being filtered based on a connected Choice Filter web part. I would like the choices available in the filter web part to be the members of a SharePoint user group. For now, I ...
1
vote
0answers
113 views

Webpart Filter on Infopath Form Library

I have a webpart page that displays an infopath form, with the associated form library in list view next to the form. I'm trying to create a Sharepoint List filter webpart to show only forms with a ...
1
vote
0answers
14 views

Poll - way to identify user or group

I am creating a public poll on a topic site - is there a way to see who has answered/their user group (team) to see what areas have replied with what instead of the individuals (needs to be ...
1
vote
0answers
111 views

Config standard SiteUsers WebPart in SP2010

I´ve got a problem with a normal SiteUsers WebPart. Currently I have this code: <WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
1
vote
0answers
185 views

Two different link web parts on one page problem

In one of my subsites, lets call it 'Our Workplace', I have two link lists called 'Employee Centre' and 'Manager Centre' respectively. They both contain a few folders with subfolders eventually ...
1
vote
0answers
73 views

Issue with web parts disappearing

First time here and I'm hoping someone can help me. I've searched all over and can't find anything... We have an application running in Central Administration that generates ASPX files to specified ...
1
vote
0answers
101 views

inheriting from WebPart with custom ToolPart

There is a custom web part (let's call it WebPartA) and custom Tool Part for it. We need to inherit from this web part and extend it with two integer properties (WebPartB). And add default controls ...
1
vote
0answers
158 views

Custom aspx page with web part

What would be the best way to have a custom asp.net page which runs on sharepoint and displays a web part? TIA
1
vote
0answers
138 views

Declarative WebPart on publishing page

I have made a publishing page layout that has a WebPartZone and a MediaWebPart in the ZoneTemplate. Example below. <WebPartPages:WebPartZone runat="server" Title="Fokusøki Media" ...
1
vote
0answers
32 views

Hide report builder link on Report Services Report Explorer web part

Is it possible to hide the "Report Builder" link that is displayed in the upper right hand corner of the Report Explorer web part? This is on SharePoint Services 3.0
1
vote
0answers
192 views

Connect XsltListViewWebPart with multiple providers

I have two lists defined: A: Projects (with a lookup column to B) B: Customer For list A I have two listviews: Open Projects Closed Projects Now I have a webpart page with three ...
1
vote
0answers
70 views

Editorpart positioning at the bottom

I created my own custom editor part for my web part. But when I add it to the web part, it displays by default at the top, what i would like to have is to position it at the bottom. Anyona has any ...
1
vote
0answers
32 views

Configure search to show particular cells of a list

this might be some kind of a stupid question, but I'm absolutely new to SharePoint and I've no idea what to do. I uploaded a list to my SharePoint and added a search scope for it. Now I can search, ...
1
vote
0answers
171 views

Custom filter provider web part and multiple values

I'm trying to build a custom filter provider that can detect the user language (the language selected in SharePoint by the user) and provide it as a filter. As a language can be represented in many ...
1
vote
0answers
19 views

Displaying Children from a Connected List in a Parent List

I have 3 Lists, Site, Product and Module, which are all displayed as List WebParts on a Page. I only want to show the Site List, which needs to show the Product and it's Modules. I have connected ...
1
vote
0answers
78 views

Modify CoreResultsWebPart XML data before it is transformed?

I'm extending CoreResultsWebPart. Do I have an opportunity to modify the search results XML before it is transformed (against the XSL)?
1
vote
0answers
228 views

Add Web part automatically when root web has created

I have created web scoped feature and added it to onet.xml of a web template. this feature tries to add a web part to default.aspx file. the problem is when I create a site and feature triggers the ...

1 2 3 4 5 8