Web parts are ASP.NET controls that can be added to web part zones.
0
votes
1answer
224 views
Summary Links Web part
Got about 60 links to add to a custom sharepoint, and I am going to use a summary link web part with an 'accordion style' like Stefan Bauer created. Adding a few are not a problem - but this is 60 ...
2
votes
0answers
47 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
1answer
303 views
Submit Data Using HTML Form Web Part
Can someone please point me in the right direction. I've created a fill-able form using the HTML web part in SharePoint 2010 and I want to submit the data to a list. I've created the form and the ...
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
1answer
53 views
Custom Web Part's Active Directory connection only working from server
I have a custom web part that utilizes a dropdown combobox with items populated from AD. While it used to work, now I am unable to see anything populated in the dropdown unless I view the web part ...
0
votes
0answers
41 views
Jqgrid in Sharepoint error - The method 'Count' is not supported
I have implemented Jqgrid in a Sharepoint visual webpart using the approach documented in this article http://www.mindsharp.com/blog/2012/05/integrating-jqgrid-with-sharepoint-quickstart/
It' works ...
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 ...
2
votes
2answers
286 views
Change Password [Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
I am using ITaCS Change Password 2.5 webpart on wss3.0 for a while now and all of a sudden everytime a user trys to change their password they get the error.
You must not change your password. ...
1
vote
2answers
501 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
29 views
How to hide web part from available web part list?
I have a solution that deploys 2 visual web parts & an EditorPart. I don't wan users to be able to see the EditorPart in the available web parts list. How do I hide/remove that 1 webpart from the ...
2
votes
1answer
59 views
can User profile synchronization be started from a web service?
I'm trying to kick off the user profile syc using a web service. Here is what i've tried :
[WebMethod]
public string runUserProfileService()
{
var message = "";
...
1
vote
1answer
88 views
SharePoint 2010 Meeting Menu
I have a question about a SharePoint meeting menu.
In our office I should replicate a SharePoint 2010 site without accessing it with
SharePoint Designer. The site is here for coordinating meetings. ...
0
votes
1answer
29 views
WebPart Properties
I would like to manage my WebPart Properties.
I would store an ID -> this id is the id of a configuration for my webpart.
First: How can i Store it?
Second: How can i Find it?
I'm using the ...
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 ...
0
votes
2answers
59 views
Sharepoint Page is not saving
I created a new webapart and add to a page after adding i was unable to save the page from editing mode but If i remove my webpart and try to save its saving. Not sure what is the error
can any one ...
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 ...
4
votes
3answers
3k views
0
votes
1answer
260 views
Access Active Directory Objects in SharePoint 2013 using c#
I am trying to create a web-part which access the objects of active directory like "Users" "OU" etc. how can i access active directory to use this objects using c# code ?, i developing this web-part ...
0
votes
1answer
43 views
Using a data binding expression in a css style
This may not be possible but thought i would ask. Creating a Sharepoint webpart. In the ascx file i have a style tag. Is there any way that i could do the following:
<style ...
0
votes
1answer
589 views
Jquery + Instant Search / Filter of a list
I've seen a clip on bentedder.com where this developer got instant search (filter) to work within a webpart list view. I find this may be very useful for general 911/411 annoucements and archive if i ...
0
votes
1answer
64 views
using a byte array to display a image in a sharepoint webpart
I have a webpart which shows document data from a webservice. I can use the same webservice to get a byte[] which contains data for a thumbnail image of the document.
the image should be shown in a ...
0
votes
0answers
19 views
Possible to have a space in the name of a slot?
As title says, I'm using custom XSLT to extend/style a CQWP and have referred to slots like so:
<xsl:value-of select="@ImageURL" />
This then in turn generates the slot for the relevant 'edit ...
0
votes
0answers
35 views
Web part Gallery does not show up after customizing Master Page
I have created a master page by changing seatle.master , I have added new div:s and changed almost whole layout by replacing placeholders in my own divs. now When I go to edit page --> insert web ...
0
votes
0answers
108 views
Sharepoint 2010 advanced search stores previous parameter
as the title says I have a problem with sharepoint 2010 advanced search web part. When I enter a search parameter in the advanced search page it remains in memory somehow. So basically, if I write ...
1
vote
2answers
103 views
error when start new project in visual studio 2010
I am a new administrator to a SharePoint farm and I want to start developing *web-part*s for our sites.
In our company we have installed SharePoint 2010 on Windows Server 2008 R2.
And we have ...
0
votes
1answer
243 views
How to add dynamically dropdown for each item I get from a list?
I am working on a custom editor part (WebParts.EditorPart) where I am reading a list, this list provides me with the links to different websites which are attached to a checkbox, so the user can ...
1
vote
1answer
603 views
How to open a form in a modal dialog popup using C#
I have virtually no experience with web development but now I need to create a web part for SharePoint 2010 and I am stuck.
The web part is supposed to find all content types derived from folder ...
-1
votes
1answer
248 views
Why not use Sharepoint 2013 as just a backend for REST / CSOM clients?
This might sound a bit extreme, but now that REST / CSOM API's are more fully featured, why not just write web apps in whatever framework you're comfortable with and utilize the REST / CSOM API's ...
0
votes
1answer
66 views
SharePoint Chart WebParts: Is there a way to add a timestamp?
I've been working with the chart webparts, and was wondering if there is a way to add a timestamp to them. Thanks so much.
2
votes
1answer
83 views
sharepoint 2010 webpart obfuscation
i am trying to obfuscate my custom web part.
first i created my web part using visual studio 2010.
i build the web part it build the web part as .dll in bin folder.
i obfuscated the .dll with ...
0
votes
1answer
73 views
Edit “new discussion” text in discussions list
Hi in sharepoint 2013 community site home page you can see a webpart named "discussions list". In that webpart I wanted to edit "new discussion" text. Webpart properties also has no option to edit ...
0
votes
2answers
126 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 ...
1
vote
1answer
47 views
Displaying Custom Webpart in every view of a List?
i have a List called "Persons" in a SharePoint 365 (aka Online). This List contains 4 or 5 Views (The administrator can add more view depend on the actual situation).
On the default list, I have a ...
0
votes
0answers
91 views
Content Editor Web-Part: Selecting a file
When I use place the content editor web-part into a master-page (using designer), it allows me to select a file to use (sort of like clicking a browse button).
But when I place the content editor ...
2
votes
1answer
394 views
Limitations of OOTB Picture Library Slideshow WebPart on Team page
I apologize for the newbie question, but I am very frustrated trying to use the Picture Library Slideshow WebPart. The photos are downsized without any apparent reason, despite the care with which I ...
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 ...
0
votes
1answer
60 views
SharePoint 2010 One of two web front ends have broken Audience on web parts
I have encountered a problem with Audiencing in our SharePoint 2010 farm. Hopefully someone out here has encountered this before.
We have 2 web front ends (web1 and web2) 1 app server (app1) and a ...
1
vote
1answer
59 views
Sharepoint 2007: Embbed a webpart into default.master
I have to add a custom webpart to master page programmatically.
I tried to go common way using:
web.GetLimitedWebPartManager("/_catalog/masterpages/default.master", PersonalizationScope.Shared)
...
0
votes
1answer
51 views
save and insert custom form as webpart
I have a list, lets call it Potatoes. This list normally offers me NewPotato.aspx, EditPotato.aspx and ViewPotato.aspx. I needed a custom edit form, so I made SubscribePotato.aspx.
How can I save ...
0
votes
0answers
32 views
Should I implement IWebPartTable?
I was planning on writing a custom data providing WebPart that interacts with some interesting schemas. The initial plan was to use the IWebPartTable interface to expose data to 3rd party components ...
1
vote
2answers
46 views
Duplicate response
I got a hyperlink column in my list. Then i got a search to the list and when it shows the answer in a textbox i get duplicate. Lets say, i'm saving http://www.google.se to the list, but when i get ...
0
votes
1answer
73 views
Web part disappears when editing page
I have a custom tab on the MySites profile page, which displays two web parts. they only display however when I'm editing the page - when I click "Stop Editing" they disappear. It is not a javascript ...
2
votes
1answer
117 views
How to design a webpart when using CreateChildControls
When i use Controls they just appear in that order they are added, which can be a little bit difficult because sometimes there can be a lot of code between each Controls added.
I like visual ...
0
votes
0answers
47 views
SharePoint Online comment web part
Is there any web part for users to leave comments in display form in SharePoint Online?
Note Board is good but it has some limitations (cannot add 2 unique Note Boards in display form).
3
votes
1answer
221 views
Limiting the TaxonomyWebTaggingControl possible selections
Assuming I have a term set with all the countries.
The first level is the continents
The second level is the countries.
No I am building a web part with a dropdown of the continents and a ...
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': '" ...
0
votes
2answers
254 views
how to hide webpart in Home.aspx based on some condition
I work in a financial company where we have Resident Engineers and they have account in Active Directory but they dont have official email addresses.
My portal acrhitecture is like everyonce can ...
1
vote
3answers
48 views
Use a webpart throughtout the site
Is it possible to use a webpart, f.x. a list of news on all sites, f.x. in a right column?
The webpart will only be created once and then "copied" to all other sub-/sites.?
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 ...
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 ...



