Web parts are ASP.NET controls that can be added to web part zones.

learn more… | top users | synonyms (3)

1
vote
2answers
33 views

How to find where a web part has been placed

I have a task where I need to locate every page that has a particular web part on it. It looks like I may be able to get this info from the database itself but I'm not sure how thorough this may be. ...
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
1answer
55 views

Quick way to change Custom New form web part into custom edit form

I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button. Now, I am trying to reuse the same code to create the custom edit form. But I ...
0
votes
1answer
27 views

display Multi parents-childs dynamic Diagrams in sharepoint web access

We design KMS (Knowledge Management Systems) with SharePoint that everything is OK but we need to Display relations between entities,Documents and etc. in Web access. my question about solutions: ...
0
votes
1answer
49 views

Decompiling a .webpart file?

I know it is possible to decompile SharePoint web parts if you have their .dll or .wsp files (I have successfully done this myself using tools like DotPeek or this method), but what if you are left ...
1
vote
1answer
29 views

custom webpart is not displayed in gallery

I wrote a visual webpart in Visual Studio 2010 that works fine in the SharePoint instance on that machine when VS deploys it. It appears in the gallery and I can add the webpart to a page ...
0
votes
3answers
42 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: ...
0
votes
0answers
14 views

SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps [duplicate]

I am new to SharePoint 2013. I have developed an app using vs 2012. When I try to deploy the app, then I am getting the below error. Error : Sorry, apps are turned off. If you know who runs the ...
2
votes
1answer
54 views

Comma is being appended to values when adding new item to list through C#

I have a custom web part form which takes a few values from text boxes and adds the new row to a list. The problem is that when I click 'save', the values are being saved but some fields like ...
3
votes
1answer
47 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 ...
4
votes
2answers
100 views

Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?

I am new to SharePoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edition to create app and web parts for SharePoint 2013? Can ...
0
votes
1answer
22 views

Force Chart Web Part to show all labels

When using the Chart Web Part (horizontal bars) only every fifth bar-label gets displayed. The end user can't see what the other bars represent. Is there a way to display every label for one axis?
0
votes
2answers
43 views

How to access the webpart personalized properties from another webpart

I would like to access the information stored inside the toolpart in another webpart. They are defined as follow: [Personalizable(PersonalizationScope.Shared)] [WebBrowsable] [WebDisplayName("Test")] ...
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
1answer
53 views

UpdatePanel - Dropdownlist in Webpart

I want to customize the SearchBoxEx-Control. So I made a Webpart which inherits from SearchBoxEx. In the CreateChildControls I put an updatepanel and two dropdownlists. Every time I select something ...
0
votes
1answer
20 views

Possible to restrict the removal of web parts based on permission groups?

As per title. I want to grant only certain permission groups/users the rights to removing a web part from a page. Is this possible?
1
vote
1answer
26 views

How to import the data from a Google Public Data Explorer into SharePoint 2010 out-of-box charts

using the new Google PDE I was wondering if there was a way of importing the data into my nicely formatted Chart Web Parts in sharepoint 2010.
1
vote
3answers
46 views

Which webpart to use to add, delete, update data from a database table.

I have a table in database I want to use a webpart to add, delete and udate data from database table I can create a custom webpart with a gridview but is there out of box webpart in 2007 sharepoint ...
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
votes
1answer
33 views

SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013”

I am new to SharePoint 2013. I am using SharePoint 2013 server and vs 2010. The SharePoint Server 2013 and VS2010 is present on different PC's. I have created a new "Hello" visual web-part in vs ...
0
votes
1answer
11 views

Does enabling Publising in a Team site allow features of both in the same site?

Assuming a team site in SP 2010 enables publishing, then are the features of both available? Such as content query web part and also the announcements web part? Does this then mean either a team site ...
1
vote
1answer
39 views

Programmatically removing web parts in a sandbox solution? (Sharepoint 2010)

I had a problem with web parts being duplicated whenever their feature was reactivated, so I made a question about that. It was answered (and correctly so, I think) - I have to programmatically ...
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. ...
0
votes
2answers
72 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 ...
0
votes
1answer
18 views

WSPBuilder for vs 2012

I am new to SharePoint 2013. I am using trial version vs 2012. I want to use the WSPBuilder to develop the web parts. I have install the WSPBuilder and it is not showing in vs 2012. I have used the ...
0
votes
1answer
37 views

Could not load file or assembly 'Microsoft.SharePoint, …' or one of its dependencies. The system cannot find the file specified

I am new to SharePoint 2013. I am using SharePoint server 2013 installed on one server and vs 2010 on my local PC. I have install the "WSPBuilder" to develop the web-parts on my local PC. I have ...
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
1answer
30 views

I saw a “I Need to…” web part someplace, where to get it?

Edited: This is what I am referring to. But not sure where to get the wsp or the web part. http://njbblog.blogspot.com/2007/07/sharepoint-v3-configuring-custom-i-need.html Some time ago, I saw a "I ...
0
votes
1answer
28 views

How to link to a specific list view from a list web part's title link

When I place a list's web part on a page and set it to a specific view, upon clicking the list title of that web part I am taken to the AllItems view of the actual list. I want to be able to see the ...
1
vote
2answers
64 views

SharePoint 2013 - WSPBuilder web-parts error

I am new to SharePoint. I have SharePoint 2013 server installed on one server and vs 2010 on another pc. I am using WSPBuilder (SharePoint WSP tool) to create web parts. I have installed the ...
0
votes
2answers
36 views

SharePoint 2013 - Error while creating the web parts in vs 2010

I am new to SharePoint 2013. I have SharePoint server 2013 install on server and vs 2010 present in other PC. I have developed a test visual web parts using vs 2010 on my local PC. The visual web part ...
1
vote
1answer
40 views

SharePoint 2013 - “Package failed” error while creating the web parts in vs 2010

I am using SharePoint 2013 server and vs 2010. My SharePoint server present in different server and vs 2010 is another PC. I have created test web part using vs 2010 and build successfully. When I ...
1
vote
1answer
33 views

Should views be created using “Edit the Current View” in the web part menu?

I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
0
votes
1answer
49 views

Conditional Formatting very slow

i am using SharePoint 2010. I built a webpart which is displaying elements from another list on the same page. This works fine and fast but when i put in the conditional formatting the loading process ...
3
votes
2answers
193 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 ...
0
votes
1answer
54 views

SharePoint server is not installed on this computer

I am new to SharePoint and I am using SharePoint 2013. I have installed the SharePoint server 2013 on one server and I want to create web parts from vs 2010. But my vs 2010 is present on different pc ...
0
votes
1answer
115 views

RegAsm : error RA0000 : Could not load file or assembly or one of its dependencies. The system cannot find the file specified

I am new to sharepoint. I try to add the Microsoft.SharePoint.dll to GAC. For that one I have used below code Code : `c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319> Regasm.exe ...
2
votes
0answers
95 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 ...
0
votes
1answer
166 views

How to fix “A SharePoint server is not installed on this computer” in sharepoint 2013

Im trying to develop a Visual Web Part using Visual Studio 2010. I have not installed SharePoint 2013 locally on my developer pc, but I have installed it on my Windows 2008 Server. When I try to ...
3
votes
1answer
54 views

CSWP “Value of a field on the Page” Questions/Issues

We're trying to create a seach query that grabs a content type based on a taxonomy field added to our custom Publishing Page content type. We seem to be having one of two issues: We don't know how ...
0
votes
1answer
24 views

Folders view through some out of box webparts

I have a Document library with a view which shows some folders and files in it. Now I want to show this Document library view in a page and I tried using a page viewer webpart but the problem here is ...
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
2answers
54 views

Invisible web part

We have AAM configured and we have some web parts. One of the web part is visible in extranet web site. The same web part is not visible when we access from the same network. I have checked the ...
0
votes
1answer
35 views

Microsoft Windows SharePoint Services recommends including a SharePoint web part Manager on all master page?

I create a master page using SharePoint Designer 2007 and when I click save as a 'sample.master' file, I encounter the following message: Microsoft Windows SharePoint Services recommends including a ...
0
votes
1answer
89 views

How to read custom column of List in web part using Linq

I have a list with column "English Desc". How do I read it in my web part? I can see that in web part, this item has other properties such as item.ID, item.Name, item.Url but this property/column is ...
0
votes
1answer
32 views

Understanding SPMetal and Linq

If I generate .cs file using SPMetal for my site and then use it in Visual Studio to develop web part using Linq. And later on I create a new list in my site, will I need to generate .cs file again?
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 ...
1
vote
0answers
48 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
1answer
79 views

How to show save and control button in Sharepoint forms without having users to scroll down to bottom

In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom. How can I make all the controls visible at the same time without ...
0
votes
3answers
47 views

Can't allow visitors to add user webpart on some pages only

In a corporate intranet portal, I want to allow any visitor (any authenticated user) to customize some pages with user web parts. I want to restrict this customization only on some pages. By now, I ...

1 2 3 4 5 32