Tagged Questions
3
votes
0answers
15 views
How to publish blog posts on behalf of another user in SharePoint 2010?
I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
0answers
9 views
Configure a Web Parts Custom Toolpart from a Feature
I am trying to figure out how to even word this question to get helpful search results in google. I made a custom tool part that is associated with a custom web part. Everything works fine with the ...
0
votes
2answers
28 views
When creating a sharepoint site can list content be mixed with web-parts?
When creating a sharepoint site can list content be mixed with web-parts ?
So the list content can easily be exposed with a web-service and the web parts can exist alongside the list content parts.
1
vote
3answers
98 views
Where to expose the data within a web part via a web service
List data can be exposed via a web service but how can web parts be also exposed via a web service ?
I think this question is similar to ...
0
votes
1answer
19 views
SharePoint 2010 Publishing - are you able to modify web part?
I have a publishing site and I created a page, which allows publishing, but also allows me to add web parts. When I open this page in Designer it informs me that I can only edit the layout mode and ...
1
vote
2answers
68 views
How to implement HTML5 Video in Sharepoint 2010?
Has anyone had any success in building a web-part with HTML5 video and using it in SP 2010?
Background:
Currently I am using JWPlayer by imbedding an HTML page using a content editor web-part.
I ...
0
votes
3answers
40 views
Multiple Webparts with same JavaScript on one Site (another Problem)
I rebuild the site (site before). I have on the site two or more Webparts. These CEWP are including the same JavaScript and this the JavaScript is displaying a table via:
...
3
votes
1answer
45 views
Filter Webpart to match any column
I have a list of products with hundreds of entries. Each product has contact details with it as well as company information etc.
I would like to be able to run a search on this list and return ...
0
votes
2answers
69 views
Multiple Webparts with the same Javascript
I have a site with multiple Webparts. Some Webparts are linking on the same .html file.
The HTML file reads data from a list and displays it in a table by using javascript. My problem is that there ...
3
votes
2answers
172 views
Picture Slideshow Web Part image size too small
I have a picture library of four images. Each of these is quite large. When the Picture Slideshow Web Part is configured it shows the pictures at about 50% of their actual size.
Is there a way to ...
2
votes
0answers
81 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 ...
0
votes
0answers
22 views
PageRequestManagerServerErrorException
I am working on custom web part on SP2010 using C#. I sometimes the following javascript error on console while submitting the form from UpdatePanel button using postBack:
SCRIPT5022: ...
0
votes
1answer
34 views
Why doesn't a Business Data List web part work in a published page?
I have an existing publishing page with an XSL customized Business Data List web part (pulling from an SQL source). When I do a search with the web part, the loading graphic shows like it's searching ...
0
votes
1answer
34 views
How to implement a facebook like feed with comments and likes in SharePoint?
I require a web part in which feeds can be posted and users can comment and like on it.
0
votes
1answer
17 views
Proper way to evaluate/get status of boolean field when looping through SP List with code
What is the best way to do this when looping a list? I have tried to evaluate it with something like this but it wont let me evaluate bool as an "if" condition
if (item["ShowTitle"] == true)
//do ...
0
votes
1answer
50 views
Double value in URL from SPListItemCollection result
I have a basic list which I am using to generate a "Quick Links" menu WebPart. It looks ok but for some reason the URL field (of URL type) when rendered renders html that looks like this:
<a ...
0
votes
1answer
39 views
How to enable scrolling in Custom Query Web Part as well as library web parts?
I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for ...
0
votes
0answers
36 views
Xml viewer webpart and xsl
I am having the exact same issue as is posted in
How do I make the XML Viewer web part ignore a Doctype element?
where I am trying to create a styled XML feed on my page using the XML Viewer web ...
0
votes
1answer
46 views
Deploying custom webpart
I've developed a custom CoreResultsWebPart which does some stuff with the search results returned in the Search Center. To test it, I just created a new search site collection and edited the search ...
0
votes
2answers
39 views
Connection among webparts getting lost when editting aspx
I have a little problem. Im creating a custom aspx page to serve as an advanced dashboard for PPS webparts (mainly filters and reports) in SP2010. I didnt mention this in the title since I think that ...
1
vote
1answer
40 views
Alternate Access Mapping breaks web part
I have a web application with two access methods:
http://server:22222/ (default zone)
http://server.host.com/ (intranet zone)
This web application has a single SPSite with a single SPWeb. ...
0
votes
0answers
172 views
SharePoint 2010 PowerPivot Excel Web Access dynamic refresh
We have SQL Server 2008 R2 (x64) with MSOffice 2010 (x64) and PowerPivot x64.
We created a custom list "InformationList". We then used the "Export as Data Feed" option to generate a .atomsvc file ...
0
votes
2answers
294 views
SharePoint 2010: Unable to open .mht files in browser. Prompts to save .mht to disk
I have a SharePoint 2010 environment where I am unable to open .mht files in my browser. Every time reference the .mht file using a page viewer web part or a content editor web part (with iframe) I am ...
0
votes
0answers
25 views
ConsoleUtilies.GetContextualControlMode had no currentPage
I've been trying to set the target audience of a web part but am receiving this error every time. This happens on every page.
ConsoleUtilies.GetContextualControlMode had no currentPage so the ...
0
votes
1answer
84 views
Appropriate List permissions and read/write using visual webpart
I am learning SharePoint and just learned how to develop Visual Webparts and read data through CAML and write data also. I have a portal where I have one site collection and under that site collection ...
0
votes
0answers
77 views
XsltListViewWebPart shows filter from Dataform webpart but 'forgets' to filter
I have a bewildering issue with a webpart page in my SP 2010 site.
In it, a customized DataFormWebPart is connected to an XSLTListViewWebPart.
Both are sourced from the same library -- the ...
0
votes
1answer
18 views
How to enable menu tool bar in web par?
One of my web parts looks like the following
But my other web parts doesn't have a tool bar like the one above. How can I enable that tool bar with New, Upload, Actions and Settings options?
1
vote
1answer
182 views
“Group by” with XSLT in Search Core Results web part
I have a bit of difficulty making it possible to group by the results in search core results webpart.
I have a default xslt of that webpart and from there i would like to group the results by the ...
0
votes
1answer
161 views
Programmatically add new fetched properties to webpart
I have a webpart which I extend and i would like to programmatically add extra fetched properties to those that already exist, but I cannot succeed in that, maybe you could be of help to me.
So here ...
0
votes
1answer
96 views
Custom columns (IFRAME), web parts and connections
We have created a number of custom columns for our client. Some of them display content using an iframe to an .ASPX page (so that some code-behind can be executed).
I was recently tasked to create a ...
0
votes
2answers
70 views
Styling individual webparts
I've got a publishing site where webparts need to look different based on which siteType they are in.
Got a 3 webpart styles (each style can be applied by simply adding a class to the top level ...
0
votes
1answer
91 views
Calendar Web Part -> not showing the items in underlying list
Yesterday I bought a web part from VirtoSoftware (http://www.virtosoftware.com/sharepoint-calendar). This uses javascript to show list items in any SharePoint list as calendar items in a web part. I
...
0
votes
1answer
65 views
How do i create a static text filter on a list webpart
I would like to use a constant as a text filter on a SharePoint list webpart.
I can add a text filter and use it to filter the list successfully, but I don't want a control and I never want to change ...
2
votes
0answers
161 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: ...
1
vote
2answers
493 views
How to get value of List Filter web part in Javascript?
I use the SharePoint List Filter web part on a page to control several Data View Web Parts.
How do I read the current value of the List Filter in Javascript?
0
votes
1answer
56 views
Rate Control overlaps with Menu items
On my sharepoint page i have Menu on the top and a sharepoint rating control on the top right side. The onHover event of menu displays a list menu items.
The rate control is added to the layout which ...
0
votes
2answers
124 views
Feature deactivation and webpart not being removed
I have a question regarding a feature and the webparts. Basically recently i noticed that when i deploy a webpart with my solution and it is bound to a feature on site collection scope, when it is ...
0
votes
0answers
117 views
Inline editing filtered list web part does not save
On the welcome page for a document set, I have a list web part to display related tasks. The tasks are filtered via connection to a query string filter web part.
I enabled inline editing for the ...
3
votes
1answer
143 views
Why are web part connections in a template breaking?
We have a SharePoint site that we created based on a blank site template.
We add lists, pages, webparts (including some connected web parts) and then save this site as a template (.wsp file).
We ...
0
votes
0answers
116 views
binding items to XsltListViewWebPart Programatically in Sharepoint 2010
I have DataTable and i want bind that DataTable into XsltView instead of GridView.
Is this possible or any solution ?
Thanks.
2
votes
1answer
627 views
Adding List View Web part by Powershell and via GUI hasn't same View
Following is a part of my Powershell Script which creates a Discussion Board List and tries to add it to a default.aspx page. the problem is when I add default view to the code (marked as *) it ...
0
votes
0answers
91 views
Forbidden 403 to /_vit_bin/Lists.asmx via ssl vpn
As stated in the Title while using a ssl vpn our intranet displays fine but firebug shows the following messages:
POST https://portal.sitename.com/_vti_bin/Lists.asmx 403 Forbidden
POST ...
1
vote
3answers
55 views
Whats the best way to create a list when a web part is added?
I have a web part I'm creating that displays links in a metro style fed from a compatible list. I'm pretty new to share point development and was wondering how can I make sure a compatible list is ...
0
votes
3answers
635 views
Get deployed .aspx page in feature receiver to add WebPart
I have a SharePoint solution which deploys an aspx page in a custom folder in the Layouts folder. I need to get this page in the Feature Event Receiver so I can add to it a WebPart.
In the ...
1
vote
2answers
90 views
Web service endpoint error for a web part
I'm getting an error from a web part that calls a web service. I think I just need to add the endpoint XML to the web.config. Is there a better way to do this? Can I add the endpoint from Central ...
1
vote
1answer
33 views
Removing webpart from gallery breaks existing pages?
I have one webpart that is breaking some of my pages and I don't want it to be available on the gallery for adding it to a page however I have some pages where I do use the webpart, my question is: If ...
2
votes
2answers
2k views
Difference between WebPart & Visual Web Part
I'm not sure how Visual Web Part is different from the actual Web Part in SharePoint 2010.
Thanks!
0
votes
1answer
37 views
Web Part Date Column Expiry
I have an out--of-the-box Web Part which displays job flyer PDFs. I recently had to re-create a date column but the expiry functionality no longer works. Prior to this a job flyer would no longer ...
0
votes
2answers
118 views
SharePoint Data Control to show Custom Data Source
I am building a custom visual webpart where I want to show all the calendar events across a site using SPSiteDataQuery. I know I can use asp.net repeater or grid view to show the data but I was ...

