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

learn more… | top users | synonyms (3)

0
votes
0answers
46 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 ...
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 ...
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
109 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 ...
0
votes
0answers
92 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 ...
0
votes
0answers
121 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
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 ...
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).
0
votes
0answers
116 views

binding items to XsltListViewWebPart Programatically in Sharepoint 2010

I have DataTable and i want bind that DataTable into XsltView instead of GridView. Is this possible or any solution ? Thanks.
0
votes
0answers
58 views

right sided webparts in a div

Is it possible to place the rightsided webparts inside a div with id right? Like this (pipe is a div column): | left nav | left webpart | right webpart | I want to have a div floating to place ...
0
votes
0answers
41 views

Parser Error Message when clicking on the doucment webpart

We have Team Documents webpart which has document folders on a page. When we click on the webpart "Team documents" to open the documents link, the following error is being displayed. Parser Error ...
0
votes
0answers
33 views

How can I change the Timeout of Summary Link Web Part?

My Share Point Top sub-Menu (menu items which is display when the mouse is hover on top menu)were not loaded because of the link that is used in Summary Link Web part was having a problem. That menu ...
0
votes
0answers
53 views

How can I manipulate sharepoint ajax calls into the pipe line?

I built a SP server code that , (I don't know why) make some trouble into the client side code. When the page is loaded for the first time, I notice that every single item in the page, they are not ...
0
votes
0answers
234 views

XML Viewer Web part: filter/setting/javascript/jquery to dynamically point to xml file

perhaps this is a silly question, but is there a way to use a filter, or some script, or a setting or something like that, in SP2010 to allow a user to select various xml documents from a library and ...
0
votes
0answers
92 views

Forbidden 403 to /_vit_bin/Lists.asmx via ssl vpn

As stated in the Title while using a ssl vpn our intranet displays fine but firebug shows the following messages: POST https://portal.sitename.com/_vti_bin/Lists.asmx 403 Forbidden POST ...
0
votes
0answers
70 views

Update WebPart MenuItem/Verb from Client Side

Here is the scenario - I have a custom webpart where I added one custom menuitem with client side handler, now my requirement is when I click on the menuitem some text should be shown, for example ...
0
votes
0answers
56 views

SharePoint OOTB Search Web Part Needs Tweaking

I have a SharePoint search web part on my page. I was under the understanding that security trimming is automatically incorporated into the query in but all users can see certain pending documents. ...
0
votes
0answers
95 views

Sharepoint 2007 Image gallery web part issue

I'm having an issue where I'm adding a image gallery web part and it's not displaying the left and right arrows that allow the user to navigate through the gallery. Instead they all appear stacked on ...
0
votes
0answers
39 views

Remove E-mail headers from Announcements List SharePoint 2010

The following picture is an e-mail sent by SharePoint announcement, I didn't set this up, but I am trying to remove the "E-mail Headers" section from being sent in the e-mail. Looking online it ...
0
votes
0answers
69 views

How to manage “log in with different user ” event of a sharepoint Web Site

Hi I built a Http Module that change Sharepoint MasterPage based on if the user logged in is a Owner/adminstrator. It Works good! But when I try to change the user to test the module, when a click ...
0
votes
0answers
104 views

Get filter information from List View Web Part using web part connection

Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - ...
0
votes
0answers
22 views

How do you add a list to a web part?

I have a web part in visual studio. The web part will contain 3 textboxes, 1 button and 1 list display. What control do i use to display the custom list on the web part?
0
votes
0answers
35 views

Non-responsive Save button after drag and drop of webpart

This is a strange one... MOSS Enterprise publishing site, no customization of any kind and suddenly in both IE8 and IE9 I can no longer drag and drop web parts on any web part page. If I drag and drop ...
0
votes
0answers
51 views

Add entire DashboardDesigner dashboard to one webpart on another page

I have a page of webparts. Actually it's a PerformancePoint dashboard created using Dashboard Designer, which when deployed to SharePoint creates a webpart for each scorecard on the report. How can ...
0
votes
0answers
28 views

Progrmatically Change the Request Access

We have implemneted a bulk site creation tool and in that i am wondering how can we set access request progrmatically for the whole site collection . i know that we can set the request access for ...
0
votes
0answers
13 views

display items from Sunday

I have a list that has a datestamp column. This gets updated by a workflow. I want to be able to display all items from nthe list where datestamp is between Sunday gone and today So if today is ...
0
votes
0answers
16 views

Multiple WebPartManagers

Hopefully a fairly simple question, can I define multiple WebPartManagers for a site? I know they're defined in a master page and would like to add an additional one with some custom connection logic. ...
0
votes
0answers
92 views

Editorpart selected list item is not persisted

I have a small issue with editor part, i cannot persist the selected item, here is the code: EditorPart: protected override void CreateChildControls() { base.CreateChildControls(); ...
0
votes
0answers
57 views

Note board web part

My question ..if user enter the comments enter on noteboard partner site are not replicated to her my site? Is it possible ?
0
votes
0answers
133 views

Visio Web Access web part connection order

I have a Visio Web Access webpart that is currently connected to 3 different query filter webparts. Here is what the query filter webparts are doing #1 - This is passing in the page name to the ...
0
votes
0answers
102 views

Any way to speed up Excel Web Viewer Web Part?

Is there any way to speed up the loading time of a spreadsheet in SharePoint 2007? I noticed that especially in IE it can take up to 10 seconds or longer but often in Chrome/Firefox it loads within 1 ...
0
votes
0answers
38 views

Webpart giving error when using a list template

This is an irritating problem. It doesn't stop anything from working, but the error doesn't make sense. I have created a list template. When I add the list to a webpart, everything is fine. But if I ...
0
votes
0answers
182 views

InputFormTextbox in WebPart ribbon not changing to rich text mode

I have added an InputFormTextBox to my webpart and made the webpart display for the default new form. I expect the ribbon to change to allow rich text editing when you click into the textbox. But it ...
0
votes
0answers
315 views

Bind parameters to my custom reportviewerwebpart and refresh it

I'll try to explain my problem in the easiest way I can, since even for me it is difficult to understand. I've created a custom web part in which I have two columns: a datalist and a few buttons on ...
0
votes
0answers
54 views

Custom Web Part won't render properly after 2007 to 2010 upgrade

We did a sandbox deployment for a solution. The "Add Document" link is missing at the bottom of the page. If we edit and save the page it references the new master file and everything works fine. ...
0
votes
0answers
70 views

PictureLibrarySlideshowWebPart uses more CPU Resource

I have created a News Feed webpart which display news articles. (somewhat similar to news.com.au). I have used the SharePoint 2010 OOTB PictureLibrarySlideshowWebPart to show news feed that has image ...
0
votes
0answers
89 views

Add a webpart right after the website has been created

I have Created: A Custom Webtemplate A web scoped Feature which Creates a Project Task List and adds it to the web. 3.I have following code in a Web Part to add it the first page. SPList list = ...
0
votes
0answers
43 views

changing property of build-in webparts when web creates

I have created a web template based on teamsite (removed wiki feature). I have added a task list and a members webpart on the onet.xml file. I want to change the default view on the task list and ...
0
votes
0answers
70 views

User Task Web part with Gantt view

I need to add a Task web part to the start page with Gant View. Is it possible to create (or add) User Task Web part to the default.apsx page with Gant View? Thank you.
0
votes
0answers
292 views

Core Search Results web part

Hi I am hoping somebody here may be able to help out with the below: I have set up a search scope called "Staff Directory" that only searches on a "Contacts" list in SharePoint 2010. I have then ...
0
votes
0answers
199 views

Using masterpage in webpart Sharepoint 2010

I have a webpart in sharepoint 2010 with many pages (ControlTemplates) Iam just analize request QueryString "action" param to set active page. In webPart class code looks like (method ...
0
votes
0answers
45 views

Custom Webpart Sections Missing on SitePage

I have a site collection in SharePoint 2010 that includes custom webparts and it is fully operational on my development server, which is just my desktop with Windows 7. For your knowledge, the ...
0
votes
0answers
44 views

Translating custom list names, library names, column names and custom webpart data to arabic in sharepoint 2010

I have installed arabic language pack to sharepoint 2010, after installing lang pack, default sharepoint 2010 site content is translated to arabic... but what ever I have created cutom lists and ...
0
votes
0answers
38 views

Construct web service request dynamically based on URL and consumers

I'm designing a web page and web parts for showing some data that comes from a web service. The web service is, for the purposes of this question, analogous to a SQL database. The request is to be ...
0
votes
0answers
13 views

Adding DragPanelextender to a panel of VisualWebPart for SharePoint2010

How can I add dragpanelextender to a panel which is in visualwebpart? I added dragpanelextender, but it has not been working properly when visualwebpart loads into sharepoint, the panel position has ...
0
votes
0answers
13 views

Adding DragPanelextender to a panel of VisualWebPart

How can I add dragpanelextender to a panel which is in visualwebpart? I added dragpanelextender, but it has not been working properly when visualwebpart loads into sharepoint, the panel position
0
votes
0answers
85 views

Formatting Sharepoint Breadcrumb Issue

I've managed to customize the sharepoint2010 Server, breadcrumb navigation for a public facing project I am working on, It works awesomely for any sub pages in the site, but If I Navigate to the ...
0
votes
0answers
55 views

Sharepoint AD profile editor

I'm using Sharepoint 2010 Standard and wanted to know how its possible to alter the Active Directory profile of users. Sharepoint has a Profile Service which i havent used, I dont know if this can ...
0
votes
0answers
128 views

How to filter data in a visio data graphic that is linked to a sharepoint list

I would like to do the following. Create 1 (and only 1) Visio drawing of a process map. Link data from a SharePoint list to the shapes and display in a data graphic. Re-use this same Visio drawing ...

1 2 3 4 5 8