Web parts are ASP.NET controls that can be added to web part zones.
0
votes
1answer
21 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
1answer
19 views
SharePoint Designer 2013- Removal of 'Design View'
I am trying to understand the difference between SharePoint Designer 2010 & SharePoint Designer 2013.
Found this blog by Asif Rehmani: Click here for the blog.
He has explained the differences ...
1
vote
0answers
11 views
How to get PublishingRollupImage in a sandbox solution using server OM?
I am trying to get the PublishingRollupImage of a list item using the server object model (requirement) in a sandbox solution. The problem I have is that I can't reference the ...
0
votes
2answers
20 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
24 views
Creating modal dialog for adding item to list from another page
I'm trying to write web-part for viewing list items. It contains link "add new item". I should create modal dialog for adding item, and it must work from every page.
So, I have JS for modal:
...
0
votes
1answer
24 views
Selection of Component - Apps vs WebPart
I am planning to build up a UI which will call a SOAP based Web Services. I am totally new to SharePoint, will a web part or app which one will be best suit for the scenario.
I will be using ...
0
votes
1answer
21 views
Enable web part property depending on another property
I know how to add properties to a web part and use these value inside the web part.
Can someone tell me how I can add a dependency so that I can only edit a property e.g. when another is checked?
...
0
votes
0answers
20 views
SP 2010 Document Library make a link with image upload
I managed to create a document library with upload image, now i am having hard time to create a web part to put it on the main page. I want it only to show the uploaded image and every time the image ...
0
votes
0answers
20 views
Using ajax to load SharePoint webparts
We are using Ajax to load webparts in aspx pages. But there are some buttons in webparts which causes postback.
what's the best way to prevent those post backs so that whole page does not load all ...
0
votes
0answers
15 views
Are there available web parts or solutions for idea management?
We are currently evaluating sharepoint based idea management as an alternative to full-fledged solutions such as Hype software. (as we are just starting to evaluate, please excuse if I am not using ...
0
votes
1answer
26 views
Control View based on Current User Role
I am trying to limit visibility to buttons and ability on a user control based on Role on a SharePoint 2010 Site.
I get the user from the following code line
SPContext.Current.Web.CurrentUser
...
0
votes
0answers
12 views
User Task web part not returning any data
I have added a User Task webpart to a page on my site, yet no data is being returned. I know I have tasks assigned as the My Tasks page on my personal site lists several.
Is there a site setting ...
0
votes
2answers
44 views
Upload a Web part to All Site Collections
We have designed a custom Content editor web part and we exported the dwp file and added it in an site collection (Web part gallery ) and the web part is working fine when we add in any sub site in ...
0
votes
0answers
13 views
Clicking on a Links WebPart Link does not open when the link is to a file
I added a link to a Links Web Part in the format of file://prod.site.net/shareFolderName/Folder
There was no problem when adding the link - however, when I click on the link it does nothing. I have ...
0
votes
0answers
10 views
Sharepoint 2010: Web Part background - Customize Web Part Editor
I'd like to make the user able to change the background color of a webpart.
I already found how to achieve this (putting some CSS in the web part page, using the web part Id), but the problem is: how ...