Tagged Questions
1
vote
0answers
16 views
How do I localize web part title?
I'm adding a bunch of web parts to a page using a module like this:
<AllUsersWebPart WebPartZoneID="TopLeftRow" WebPartOrder="1">
<![CDATA[
<webParts>
...
0
votes
1answer
48 views
List unexpected error
We saved a list as webpart to show this list on other sites or subsites. Now there are two list which can't be open since we saved them as webpart. The webparts are working fine but the list won't ...
1
vote
3answers
42 views
Getting survey graphical result
Ok,
Im havving trouble accessing the survey graph.
My questions is how on earth does sharpoint create the graph from "graphical summary". I have a webpart, i can get the data and the questions ...
0
votes
0answers
26 views
Multiple text filter web parts querying single list
I have a list of data which I am trying to query. Currently, I have two separate text filter web parts, one of which searches for the ids of projects in the list. The other web part searches for their ...
1
vote
1answer
46 views
Should I use ECMAScript from within a user control or visual web part?
It seems to me that I could use ECMAScript from within a user control or a visual web part, but which is the more efficient in terms of resource use, speed etc?
0
votes
0answers
15 views
Printing Files from Web Part Using HTTP Handler to Default Printer
I created a web part that is basically a document management system for temporary purposes. I need to be able to have a user click on a document he or she wishes to be printed, and have it print. On ...
1
vote
0answers
88 views
window.open JavaScript local file in SharePoint 2010 WebPart
I have created a list of scanned in docs where users can view and print documents (documents can range from PDFs, TXT, DOCX, etc). These files are scanned in from a printer and stored locally in a ...
0
votes
2answers
44 views
We have implemented a real-time dashboard in SharePoint Online - Is it possible to hide a web part until it is fully rendered by the browser?
We have implemented a real-time dashboard in SharePoint Online. While the web part is updating [the screen refreshes every 5 minutes] we can see the underlying html (1st Screenshot) before it is fully ...
0
votes
1answer
47 views
Webparts in zones or page content
I did not realise it was so easy just to add webparts to page content and that they did not have to go into web part zones. Is there any reason to continue using zones for general web parts on a page?
...
0
votes
2answers
247 views
Editing a web part page - Get ServiceActivationException error message
Create a web part page by
Site Actions > More Options > Filter by Page > Click Web part page > then Create
Enter a name add to Pages Document Library click Ok,
Within the page click Add Web Part
Add ...
0
votes
1answer
81 views
Build a visual web part that shows a document library
Ok so I need to build a visual web part (Has to be Server side and done in visual studio c#) that shows a document library. On selection of the document library, the web part must output the entire ...
0
votes
0answers
62 views
XsltListViewWebPart / display folder content by default
Is there possibility to modify XsltListViewWebPart instance so it displays content of some library folder by default? (content=documents and subfolders)
I need to achieve something similar to Meeting ...
1
vote
1answer
60 views
Unable to add Web Parts SharePoint 2010
I've been trying to find a scenario as to why, adding web parts in my SharePoint environment is causing the dreaded: "Attempted to use an object that has ceased to exist." exception.
All was working ...
0
votes
0answers
18 views
Is there a web part that can display different types of Documents instead of downloading?
pretty new to sharepoint, and i've been trying to find a solution for GAQ tracking downloads. The scenario i'm thinking of is A marketing email goes out with a link to a document from our documents ...
1
vote
1answer
50 views
How can I embed custom raw HTML into a webpart
I am looking to add a codepen (http://codepen.io/) 'pens' into a site in my companies SharePoint.
When you create a new 'pen' in codepen, it gives you the option to embed the pen which ultimately ...