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

learn more… | top users | synonyms (3)

0
votes
0answers
6 views

Sharepoint Online Page.Request.Form

On premise Sandboxed mode this: Page.Request.Form.Get("postvar") inside a webpart has a value when a POST request is sent. On Sharepoint Online however the exact same code returns null. Is there any ...
1
vote
0answers
17 views

CreateChildControls() in Visual Web Part in SharePoint 2010 called twice

(x-post from http://stackoverflow.com/q/17065543/1943) I have a Custom SharePoint 2010 Visual Web Part which I've realized is calling the CreateChildControls() method twice. I've tried setting the ...
0
votes
1answer
18 views

Web Part Javascript best practice

I have extended the CoreResultsWebPart in order to do some custom processing, but I am now considering breaking out some of the functionality into a new web part. Is it considered bad practice to use ...
2
votes
1answer
13 views

Create Password Field in webpart properties

I have created a custom web-part. this web-part have a custom web-part properties. i want a Password field in this property. How can i do this ? Any help will appreciated ..
1
vote
2answers
31 views

Display New Form of a List in a Web Part page

How can we show a List Form/New Item Form (/servername/site/Lists/listname/NewForm.aspx?) as a web part in a SharePoint 2010 page? Adding a list web part obviously only shows the list items/views. I ...
0
votes
1answer
30 views

Order of web parts programmatically added to SharePoint page

I am adding multiple list viewer web parts to a SharePoint [web part] page using the code below: // Create the object SPLimitedWebPart Manager SPLimitedWebPartManager WebPartMgr = ...
0
votes
0answers
15 views

Strange error after feature activation

When ever I try to activate a feature I get: [SPUserCodeSolutionProxiedException: That assembly does not allow partially trusted callers.] I am not sure what this means, but what I do know is that ...
0
votes
0answers
16 views

Is it possible to pre configure a summary link webpart in a custom page layout with several links?

I created a custom page layout with SharePoint Designer for use as a new default or welcome page in a publishing site. The page layout should contain a summary link web part that is pre configured ...
1
vote
2answers
21 views

New to Developing SharePoint Web Parts and Features

I recently Developed a really simple web part scoped to site (or at least it's feature is). I also created a feature that up[on activation is suppose to create a new content type. That's fine and ...
0
votes
0answers
24 views

WebParts and SQL Server Tables

My new project requires me to create some 12 SQL tables and build some web parts in SharePoint 2010, to perform CRUD operation on the tables. One main table has around 25 columns and the rest of the ...
1
vote
1answer
27 views

Calendar Functions

I am interested in creating a calendar view from a SharePoint list that contains asset IDs and dates, linked to entries in an Assets table. My original intention was to create a custom web part to ...
0
votes
0answers
8 views

How to extend number of Cross-Web Part query IDs

I am creating a staff page with multiple teams in a department and am using a separate People Search Core Results web part for each team, however the 5x query IDs available from the Cross-Web Part ...
0
votes
0answers
3 views

Dynamically post contents of one cell as text

I have a large library that contains basic information for all of our company's supported software. Each entry has a local link to the installation files, but these files change periodically. Is there ...
0
votes
0answers
18 views

Can I insert multiple People Search Core Result Web Parts on the same page?

I have created a department page displaying a gallery of staff along with a few select fields from their user profile. I successfully used a People Search Core Results web part with a Fixed Keyword ...
1
vote
0answers
28 views

SharePoint 2013 and advanced webpart connections

Since WSS 3.0, we have used custom webparts and webpart connections to build customer solutions. A connection between two webparts can contain multiple parameters, which was fully supported in WSS ...
0
votes
1answer
13 views

How can I show a web part on a list view web part page only when viewing the contents of a folder?

I have a document library with several folders. I have a content editor web part that I would like to display only when viewing the contents of one of these folders. I'm sure I could come up with a ...
0
votes
1answer
24 views

Pass user credentials to JSP website from SharePoint website

I have developed a JSP website. I also have a SharePoint server based website. Let's call my JSP website to be www.xyzjsp.com and my SharePoint based website to be www.mySPwebsite.com How can I ...
0
votes
1answer
13 views

Picture Web Part Proerties customization

I have a requirement to develop a picture web part that will gather pictures from various places in site collection and show the slideshow. Custom Properties that needed are as follows: There will ...
0
votes
0answers
15 views

changing webpart property on a page

I have a web-part custom property classroom, I want a windows form application which will change web part's property on a specific URL. My friend told me that i can use it by adding web-part DLL but ...
0
votes
0answers
26 views

SiteURL for SharePoint

I have developed a custom web part. This has got the site URL to set in the runtime based upon the Alternate Access Method i.e (Intranet or Extranet). So Site URL will change automatically based upon ...
0
votes
2answers
20 views

Search Core Web part with fixed query duedate

I have a search core web part and i would like to put there a fixed query, which will search all tasks whose duedate is over, i've added duedate to the columns and it works, but when i try to write ...
6
votes
2answers
83 views

Anonymous access: Add an Item to List without allowing to View the List

I'm creating a 'Contact Us' webpart with form to allow anonymous user to send a message which will be added to a SharePoint List. However I cannot grant the anonymous user the permission to Add ...
0
votes
2answers
22 views

Search core query webpart and custom xslt with paging or other approach

I have an issue, basically I created a custom web part which inherits from SearchCoreResults. This webpart searches all the possible tasks across WHOLE sharepoint and shows them if they are not ...
0
votes
0answers
24 views

Code in the web part

I have the following code in a web part which does the job to pull the information from the external website and create an XML file as data source to a datalist web control. This Data list should be ...
2
votes
0answers
38 views

Client Web Part - Determine if page is in edit mode

Like in topic. How to determine in a client web part (on remote web) if a page that the web part is placed on, is in edit mode? if it is possible?? Thanks
1
vote
1answer
55 views

How can I apply a Web Part to all the sub sites?

I have an Enterprise Wiki site collection and it have 5 sub sites, currently I have implemented a Web Part which extended the page layout. But I am facing this:- To apply the page layout I have to ...
0
votes
0answers
9 views

SessionState set to InProc but still see Serialization errors

I'm trying to use a 3rd party web part in one of my pages. I can add it, but once I configure it I get an error in the ULS about a serialization exception: ...
0
votes
0answers
45 views

Error:- The name 'Request' does not exist in the current context

I have added a web part in a farm solution:- using System; using System.ComponentModel; using System.Web.UI.WebControls.WebParts; namespace SharePointProject5.nv { [ToolboxItemAttribute(false)] ...
1
vote
0answers
17 views

Making Table of Contents Webpart Relative to Site

I'm creating a sidebar navigation in a Page Layout and one of the items I'd like is a Table of Contents. I got it to work and it's showing the navigation links, however I have to set it up for each ...
0
votes
1answer
51 views

How I Can I add a code behind to a layout page using web parts

I am following this link on how to create metadata navigation :- http://markuspersson.wordpress.com/2012/01/19/add-metadata-navigation-on-custom-page-layouts/ so I added the references for the ...
0
votes
1answer
19 views

How to approach a file in visual webpart

To explain my question, lets consider I'm developing a webpart in Visual Studio, a visual webpart. By default when I add a webpart to solution, it creates a MyWebPart wich exists of 3 files: ...
1
vote
1answer
27 views

Set Web Part Recommendation Settings in elements.xml or .webpart file

Is it possible to set the Recommendation Settings of a WebPart in the elements.xml or .webpart file? Just like you can do with Group, Title and Description...
0
votes
0answers
14 views

Connect Calendar Webpart with Documentset Property

I will add a calendar webpart to my Documentset Homepage. Is it possible to connect my calendar webpart with a property from the current Documentset? I want to show only events which are connected ...
0
votes
1answer
41 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 ...
1
vote
3answers
75 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 ...
0
votes
1answer
35 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
0answers
10 views

Reloading weblet in SharePoint from Dynamics AX

I have a website powered by SharePoint that displays weblets from Dynamics AX 4.0. I'm trying to change those weblets in Dynamics AX but the changes don't seem to show up in SharePoint, it looks like ...
2
votes
1answer
25 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 ...
0
votes
1answer
17 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
1answer
42 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
2answers
23 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
34 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. ...
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
1answer
33 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 ...
0
votes
0answers
11 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?
0
votes
0answers
18 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
34 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 ...
3
votes
2answers
145 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
0answers
20 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
1answer
25 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 ...

1 2 3 4 5 33