Web parts are ASP.NET controls that can be added to web part zones.
2
votes
0answers
92 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
30 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
48 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
162 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
133 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
308 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
110 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
109 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
413 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
217 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
11 views
Update list content using a web part
I'm currently displaying content from a using a webpart, is it possible to update the content of this list using the webpart ?
1
vote
0answers
29 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
33 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
21 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
16 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
37 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
27 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
43 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
46 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
64 views
Complex CAML, where parameter is null?
I have a page with 2 webparts
One webpart is just a form with a textbox.
2nd webpart is listviewwebpart that filters based on the first webpart input.
However the user wants that when the page is ...
1
vote
0answers
77 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
69 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.
1
vote
0answers
154 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
52 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
61 views
Sharepoint Webaprt
How to call sharepoint webpart usercontrol method in AJAX
$.ajax({
type: "POST",
url: "FundUserRegister2.asmx\validateEmail",
data: "{'strMailID': '" ...
1
vote
0answers
33 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
134 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
104 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
164 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
72 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
98 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
176 views
Server-Side Rendering in SharePoint 2013 Content Search Web Part Without XSLT?
Background: I am new to SharePoint and I recently attended the SharePoint 2012 conference. It seems the primary way to render content in a custom way is on the client-side via JavaScript in the ...
1
vote
0answers
147 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
130 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
190 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
69 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
165 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
vote
0answers
189 views
Sharepoint 2010 - item field updating not working on a document library
I have this code here from a webpart that creates a treeview from a document library.
For each item in the list it will create two child nodes called "Up" and "Down". When you click up, it should ...
1
vote
0answers
462 views
Paging with ListViewByQuery in web part
I have a list web part to show any list on any site or site collection, it's working great except for the paging.
when I click on the next page arrow, it stays on the same page.
It seems that the ...
1
vote
0answers
514 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"
...

