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

learn more… | top users | synonyms (3)

0
votes
1answer
19 views

Sharepoint Online SPUtility.GetLocalizedString in WebPart

Trying to get localized content working on Sharepoint Online. I followed the steps here: http://msdn.microsoft.com/en-us/library/fp179919.aspx#LocalizingAppWeb to create 2 resource files under ...
2
votes
2answers
17 views

Can you add metadata to a folder in a document library?

I am making a visual webpart for SharePoint 2010 that displays files and folders from a document library, and I want to keep ordering to folders. I want to be able to sort folders so I need a way to ...
1
vote
3answers
43 views

How to Make Webpart Title to Display Day of the Week?

I have list View webpart in my sharepoint 2010 team site home page. Generally Web Part title can be easily modified by editing the webpart and providing Title value. I am looking for a solution to ...
1
vote
1answer
34 views

Search Box disappears when I save Web Part Settings

I am checking the "display search box" option in my web part properties and clicking "ok" but the search box disappears. When I click "apply" it will show the search box, but it will disappear again ...
1
vote
0answers
15 views

Update list content using a web part

I'm currently displaying content from a list using a webpart, is it possible to update the content of this list using the webpart ? I would prefer to use an 'out of the box' web part. How can I ...
0
votes
0answers
17 views

How to add the close button in SP.UI.Status

I use status bar to show exception message in code-behind. I wanna add a close button in the status bar for user, so they can remove the bar. Here is my code: protected virtual void ...
0
votes
1answer
473 views

How to change default List View Web Part?

I created a web part for show list item of special list. I want show this web part instead of default list view. How to change default List View Web Part ?
0
votes
1answer
573 views

How do I configure styles and layout of a Summary Link Web Part using code?

I have successfully added a Summary Link Web Part as a feature and want to configure the styles and layout of it, including: The default style for new links The group header style The number of ...
2
votes
1answer
22 views

Error using ListViewWebPart in a “using”

This one has me stumped. I'm creating a ListViewWebPart, which ultimately inherits from System.Web.UI.Control which implements IDisposable. So ListViewWebPart should also be IDisposable. Right? But ...
3
votes
2answers
933 views

Connection between 2 web parts

Im embeding two webparts in my sharepoint page using page viewer. One part is UI which takes input from user and on submit it shud be passed to other web part and it should get refreshed. can anyone ...
0
votes
2answers
14 views

Site Pages Library create custom page

I am wondering if there is a way to set up a site pages webpart that creates a templated page instead of the blank one that is currently generated?
0
votes
1answer
11 views

Display custom library in webpart?

I created a library called Training and I want to display that on my page in a web part. How is this achieved?
1
vote
4answers
2k views

Missing export option for SharePoint 2010 webparts

I am trying to export a list view webpart as a .dwp file so I can have a look at the XML. However, the export option is missing. My initial thought was to try something like the following link: ...
1
vote
3answers
1k views

How do I deploy custom web part to Sharepoint Online Site Collection?

After uploading the wsp to the site collection using the browser and activating it, everything seems to work fine and i see all the page layouts, masterpage, content types, lists and webparts. BUT, ...
0
votes
1answer
17 views

How to call method on code behind class from webpart ascx

I have a very simple webpart with the code behind below. using System; using System.ComponentModel; using System.Web.UI.WebControls.WebParts; using System.Linq; using ...
4
votes
5answers
6k views

How to programmatically add a webpart to a page?

I have created a webpart, now I need to add that webpart programmatically into the EditForm.aspx page. Can anyone help me on this.
0
votes
1answer
15 views

Full-Trust Solutions on SharePoint Online Dedicated

I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
2
votes
3answers
328 views

Profiling tools for Sharepoint 2010 web part .NET code

We are working on a pretty large scale project having large number of custom web parts with substantial amount .NET code working on Sharepoint server object model and the like. The normal profiling ...
0
votes
0answers
6 views

Add-on Software or Web Parts for making Biscussion Board easier-to-use for SharePoint2010.

I am looking for Add-on Software or Web Parts for making Biscussion Board easier-to-use for SharePoint2010. I think that he would like to realize functional mind like Confluence famous for Blog & ...
0
votes
0answers
13 views

Organization chart with employee's image

Want to show graphical organization chart with employee's image. AD is configured with manager property set-up. So that it can show employee list with manager. But how to show graphical hierarchical ...
0
votes
1answer
802 views

How to filtering multiple columns in SPGridView

I have a webpart with SpGridView. I bind it with ObjectDataSource. I want filtering multiple columns. I set AllowFiltering for spgrid: grid.AllowFiltering = true; grid.FilterDataFields = ...
1
vote
1answer
1k views

Partial postback sharepoint webpart

I am trying to add update panel to my sharepoint sitepage below: I am getting the error : Failed to load viewstate. The control tree into which viewstate is being loaded must match the control ...
0
votes
0answers
8 views

How to use Client Web Parts on a SharePoint App Page

Is it possible to use WebParts Zones and Client Web Parts on a SharePoint App Page?
3
votes
1answer
62 views

How to publish blog posts on behalf of another user in SharePoint 2010?

I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
1answer
476 views

Remove Select column in xslt web part

My apologies if I miss some of the terminology. I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
0
votes
1answer
8 views

programmatically manipulate survey list perform add update delete operation

I want to create Polling app. For that i want to learn about survey list. That can I add update delete survey list data Programmatically.? First of all i want to create a web part which perform this ...
0
votes
1answer
476 views

How to add programmatically Sharepoint List Filter Wep Part?

I try to add Sharepoint List Filter Web Part to page. I'm not sure if it is Microsoft.SharePoint.Portal.WebControls.SpListFilterWebPart. How to add it to the page and configure? Update ...
2
votes
1answer
22 views

Updating contents in a custom webpart in a Discussion Board topic page

I have made a custom Visual Webpart. I'm wanting to periodically update a label in the webpart without refreshing the whole page. I've got the label to update, however it is also updating the replies ...
1
vote
1answer
22 views

Can I access in a SharePoint 2010 Online webpart, some webservice and do some CRUD?

I am using SharePoint Online. It is only possible to build sandbox solutions webparts. Is it possible in a sandbox solution webpart to access a webservice somewhere on the internet? I would like to do ...
0
votes
0answers
16 views

XsltListViewWebPart SampleData

I use dynamically added to aspx page XLV webpart. Now, when its not needed, I dont wont to create any database request and just provide XLV with sample data (or prevent it from showing anything). How ...
1
vote
3answers
3k views

Sharepoint 2010 and Saving variables in VIEWSTATE

UPDATE1 I tried with EnableViewState in Page directive: but no avail. End I am running as a usercontrol in sharepoint. (using SmartPart) Everything's fine. Just the Viewstate-Variables! The ...
0
votes
0answers
10 views

Configure a Web Parts Custom Toolpart from a Feature

I am trying to figure out how to even word this question to get helpful search results in google. I made a custom tool part that is associated with a custom web part. Everything works fine with the ...
1
vote
1answer
363 views

How to add web part in page layout?

Ok I created my first master page and now I am working on page layout. I created a new "Publishing Content Type" page layout in SharePoint Designer whose content type was "Page". In that page I want ...
0
votes
1answer
426 views

Export SharePoint 2010 WebPart Data to Excel using SandBox Solution

I am trying to create a sandboxed webpart to export data from another webpart within the webpart page to excel. I tried using the Excel ActiveXObject in a client side script but it requires this ...
0
votes
4answers
65 views

Add css class to WebPart placeholder div

I have a simple webpart that all it does is go through a list of items and uses a repeater to display the html. The webpart itself however wraps the generated repeater elements with a div like this: ...
4
votes
1answer
3k views

How to create .dwp WebPart in Visual Studio 2010?

I need to know how to create a web part with visual studio 2010 and deploy it with a solution package in a feature. When I try to do it by just changing the .webpart file to a .dwp file and change ...
1
vote
2answers
344 views

How to register a new http module n the web config

I built a http module. I copied into the GAC . Then, I put into the WebConfig file lke this : <httpModules> .... <add name="MyAssembly" type="MyAssembly.Global"/> ...
0
votes
1answer
42 views

Sharepoint Online traverse List Items and output HTML

I am building my WebPart locally and when ready will deploy to SPO. I want to traverse the items of a list using LINQ (or whatever is most proper) and generate HTML based on those items. That's all ...
2
votes
1answer
382 views

Multiple Media Web parts for Videos in a list?

I want to create a video library for users to upload videos. These should be displayed with a Media Web Part. I would like to be able to have on web part for each video so it becomes a list like so: ...
0
votes
2answers
2k views

How to show list data in vertical list

I want to show the contents of three specific columns from one specific list item. Like Meeting list item ID 5 contains Name MeetingDate Bitfield1 Bitfield2 John Doe ...
1
vote
2answers
32 views

How to access list data using a web part?

I have a list which displays multiple rows of text. Is there a custom Sharepoint web part I can use to select specific row ? This question How do i display data from multiple lists? is in relation to ...
0
votes
0answers
13 views

show outlook calendar

For SharePoint 2010 intranet project want to show outlook calendar. But OOB calendar web part ask for login details each time it is accessed. What is the way to overcome/avoid login each time in the ...
0
votes
1answer
30 views

How to show organization chart in SharePoint 2010

How to show organization chart for a company in intranet portal without using any third party web part? what is the simplest way to show data correctly?
0
votes
1answer
24 views

Is it possible to share the same list type among different sites?

I'm accessing list content via its corresponding webservice. I'm re-creating new lists for new sites but often the list content type is the same - image, link etc.... Is it possible to create a list ...
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
2answers
28 views

When creating a sharepoint site can list content be mixed with web-parts?

When creating a sharepoint site can list content be mixed with web-parts ? So the list content can easily be exposed with a web-service and the web parts can exist alongside the list content parts.
1
vote
3answers
105 views

Where to expose the data within a web part via a web service

List data can be exposed via a web service but how can web parts be also exposed via a web service ? I think this question is similar to ...
0
votes
2answers
1k views

Sandboxed code execution request failed error

I have developed a webpart, deployed to local tested successfully. I've then added the WSP to my live environment (SP 2010 Online) but when I try to add in my webpart to a page i get the following pop ...
1
vote
1answer
324 views

RSS Feed Viewer Sharepoint 2010 Webpart stopped working

I have a RSS view webpart in Sharepoint 2010 portal, till last day it was working fine. Now it's throwing the error. “The requested RSS feed could not be displayed. Please verify the settings and ...
1
vote
1answer
494 views

Web Analytics Web Part displaying “There are no results to display” message

I am a regular sharepoint user, not an administrator. I've create a Site under My Content and populated it with a dozen pages over the last 10 days or so. On the site home page I've added two Web ...

1 2 3 4 5 32