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

learn more… | top users | synonyms (3)

0
votes
1answer
80 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
74 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?
0
votes
3answers
145 views

Link to a document of shared document library

My specifications: Windows Server 2003 Visual Studio 2008 Windows Sharepoint Services 3.0 visual studio 2008 extension for Sharepoint services 3.0 I'm creating a web part with a SPGridView. I ...
0
votes
2answers
61 views

Visual WebPart method cannot see object in user control

I've created a user control web part and the code behind file contains the following: using Microsoft.SharePoint; using System; using System.ComponentModel; using System.Web.UI; using ...
1
vote
1answer
42 views

Show link only if folder contains a document

I have created a custom web part that displays information from a list of applications. I have created a sepearte document library that contains a folder for each application. I created a 'View ...
0
votes
2answers
51 views

Web Part showing current user as IUSR

I am using ITACs change password web part to allow users to change their own passwords. It is showing the logged in user as "IUSR" In a web application in classic authentication mode it works ...
0
votes
1answer
195 views

IsDlg=1 is not working for custom list web part item to show in dialog

I have created custom list web part and using that web part in home page. when i click on item its not opening in dialog. I used below code. Can anyone suggest me what is the problem ? SPQuery ...
0
votes
2answers
53 views

Filters get removed from external list when document is deleted from XsltListViewWebPart on same webpage

I have a webpage on Sharepoint 2010 that has: 1) An external list 2) A webpart that has XsltListViewWebPart referring to a document library When a filter is applied to External list, it filters out ...
0
votes
1answer
62 views

Change URL of the Web Part Close-Button

I am very new to Sharepoint. Please be nice ;-) So i got a StartSite.aspx. I have some Web Parts on that site ( news feed ;-)). This web part - Template has a "Close" Button. After closing an object, ...
1
vote
2answers
53 views

webpart.zone = null, why?

I have this code: using (SPLimitedWebPartManager mgr = page.GetLimitedWebPartManager PersonalizationScope.Shared)) { foreach (System.Web.UI.WebControls.WebParts.WebPart wp in mgr.WebParts) { ...
1
vote
0answers
61 views

Complex CAML, where parameter is null?

I have a page with 2 webparts One webpart is just a form with a textbox. 2nd webpart is listviewwebpart that filters based on the first webpart input. However the user wants that when the page is ...
1
vote
0answers
72 views

Comments webpart and anonymous access

I added the "Comments" webpart from the Social web part group to a page on a SharePoint 2010 web site. My site is currently configured with anonymous access so I wanted to confirm if only registered ...
0
votes
2answers
72 views

Can we integrate the office Communicator in Sharepoint

Would you please help me if can we integrate the office communicator in sharepoint 2010 as live chat ?? or any link buttonn to open the office communicator user windows chatting ?? Regards,
1
vote
2answers
161 views

RSS Viewer Customization

Would you please help me in the below two issues: First, How i can open the article feeds in a new tab... When we click on the "More..." Button since it's open on the same tab (How i can add the ...
0
votes
1answer
59 views

About Site URL in Web part

I have some webparts. All of them has a property to enter the Site URL i.e the URL where the deployment should happen. My server farm contains, multiple zones with different URLs. In order to deploy ...
1
vote
1answer
33 views

Why there is Server Connection “Online” While Developing WebParts in VS2012 for SP2013

I am new to SharePoint. And though I am taking my training on CloudShare by creating cloud machine of SharePoint-2013. When ever I am developing any visual WebPart in Visual Studio 2012 there is ...
0
votes
2answers
282 views

Visual Studio WebPart Not Showing Up in SharePoint

I created a simple WebPart in Visual Studio 2010 that I was using to test some functionality for a project. When the WebPart was built and deployed, the messages in the Output box in VS all state ...
0
votes
1answer
58 views

MOSS 2007: Unsafe webparts, file not found, and more fun

One day lately our dev server started acting very strangely. No configuration settings were changed the previous day. Nothing was deployed to the site either. Symptoms: all custom web parts cannot be ...
0
votes
1answer
81 views

Deploying Aspx in specific subsite

I need to deploy an .aspx from visual studio, to a sharepoint subsite. I can deploy it fine in the layout folder. How can i deploy it in a subsite so that it can be added in the quick link section ? ...
0
votes
3answers
103 views

List news webpart required

I want to be able to display multiple stories from a list on my home page, like a gallery. Eash story will have a graphic assoicated with it. the layout would be like a table 4 x 2 or something ...
1
vote
1answer
179 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
160 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
2answers
503 views

OOB Search core result webpart

This might be very simple, but since I am new to Sharepoint, I could not find enough information that helped me to understand how to implement OOB Search core result webpart. What I understand is, ...
0
votes
1answer
343 views

Search and display Sharepoint list through a web part

In our company we are beginning to create a knowledge base site for users to easily access information such as Client IDs. My goal is to use the search box web part to search for either a client or ...
1
vote
2answers
335 views

SharePoint javascript refresh page is reloading the whole page

In a webpart, I added a button that should trigger a modal dialog, and display a message when the dialog is closed. The dialog script is handled by this code : function OpenGenericForm(formUrl, ...
0
votes
1answer
93 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
69 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
0answers
60 views

Why am I getting this error? “Incompatible Web Part markup detected. Use *.dwp Web Part XML instead of *.webpart Web Part XML.”

I created a WebPart in Visual Studio 2010 and made the necessary changes to make it work in MOSS 2007. The webpart was working just fine, but I had to remove a couple webparts from the project, so I ...
1
vote
1answer
70 views

Custom table of contents webpart

Say I have a page that is really long, with marked Headers 1,2,3, etc. Would it be possible to create a webpart that will auto-generate the table of contents, based on the marked headers and put it in ...
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 ...
3
votes
2answers
509 views

ExecuteOrDelayUntilScriptLoaded not executing after page publish

In SharePoint 2013 I have a page that is using the Script Editor web part. In the script editor web part I have the following: ExecuteOrDelayUntilScriptLoaded(startIt, "sp.js"); function startIt() { ...
0
votes
0answers
29 views

2010 - Email a selection from a datasheet

Environment: 2010 Enterprise One of our sites has several lists created from uploading spreadsheets and viewing them in a datasheet view. Some users have been asking if there's a way to easily select ...
1
vote
1answer
299 views

How to add Client Web Parts (App Parts) to a page from JavaScript CSOM?

We're working on a custom way of adding and deleting Web Parts and App Parts to a page in SharePoint 2013. We have to use the new App way of developing and all code has to be using the JavaScript ...
0
votes
1answer
41 views

Does Sharepoint 2010 search webpart support danish character?

I am using search webpart (SP 2010). This webpart displayes title and other information. My title contains some danish character, but when I enter Ø or Å i get ? .
2
votes
2answers
66 views

Cannot find pages that have instances of missing webpart

I am trying to fix some missing server side dependencies on an SP2010 farm and am having trouble with missing webparts. There are two problems specifically. 1) Of the pages I can find (two pages ...
0
votes
1answer
60 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 ...
1
vote
1answer
30 views

SPGridView problems

Can someone tell me how to use SPGridView plzzz, I want to know how it works, Do I neeed to create a data table first then add it to table or create table first then add table to SPGridView. I need ...
0
votes
0answers
28 views

Error adding web part to edit item form in Sharepoint 2007

I am trying to add a CEWP in edit item form in sp 2007 by adding &toolpaneview=2. After adding the webpart, the editform.aspx's view gets collaped. it shows the version details at the top and ...
0
votes
1answer
52 views

Is there a way to add web parts to an individual Blog post?

WSS 3.0, standard included Blog template. End user site admin only, no access to server farm etc. What I need to be able to do is add a unique instance of a content editor web part to each blog post. ...
0
votes
1answer
42 views

Open form in webpart from a list in another webpart

I have on one page, two webparts. The top part is the list of submitted forms created from infopath, while the second part is the actual form in the window. What I would like to do is when I submit a ...
0
votes
0answers
45 views

Is there a way to prevent Excel Web Access from loading it's workbook on page load?

I have a sharepoint page that I am working with and it contains an Excel Web Access Web Part. That EWA Web Part is used to display and filter a large report that connects to an OLAP cube, and takes ...
1
vote
0answers
68 views

Change month in SharePoint MonthlyCalendarView control

How to change month in SharePoint MonthlyCalendarView Control? It seems, there is no way to change month in calendar or change view of calendar.
0
votes
2answers
49 views

Changing a web part assembly name

I have recently decided that the assembly name for my solution needs to be changed. The issue is that this solution has tons of web parts active in all different site collections and none will work if ...
1
vote
1answer
141 views

Validating custom webpart property set by a custom toolpart?

I'm building a custom web part with a custom toolpart to edit its custom properties. I'm wondering where should I valide the values. I can see two places where I can validate. Either in the ...
0
votes
1answer
214 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
46 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
299 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
159 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
52 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 ...

1 2 3 4 5 32