Questions tagged [web-parts]

Web parts are are the building blocks of Microsoft SharePoint web pages.

1693 questions
0
votes
1 answer

Add a button to a webpart that enables a text box (C#), getting an error: Cannot implicitly convert type 'bool' to 'string'

I have added a button to webpart - I want the functionality to enable the disabled text box next to it. On Deploy, I am getting an error: Cannot implicitly convert type 'bool' to 'string' When I convert to string to try to overcome the issue…
WCS
  • 93
  • 1
  • 3
  • 17
0
votes
2 answers

Share point list view custmization in sharepoint 2013

I am trying to create a publishing site on Share point 2013. I have a custom list which contain a schedule about a walk-in clinic hours. It show like a table though I can change the view to calendar view or table view etc. But I want to give a…
0
votes
1 answer

Error: The name does not exist in the current context (Webpart, C#, Visual Studios, SharePoint 2010)

I am trying to add controls to a page where previously it was read-only. The environment is: SharePoint 2010 solution Developed in Visual Studios 2010 This feature is on a webpart (AceAllocation30.cs) The code is C# Here is the code I…
WCS
  • 93
  • 1
  • 3
  • 17
0
votes
1 answer

Hide/Show Web Part by clicking a Hyperlink in a carousel Sharepoint 2010

I am trying to use a standard carousel with jQuery to hide or show certain webpart zones on a page. I have a class added to the < li > of Section1, Section2, etc. and would like it top open WebPartWPQ5 when you click Section1 etc. Would anyone be…
ahdrum87
  • 45
  • 2
  • 11
0
votes
1 answer

create custom sharepoint calendar webpart with data from a WCF service

I am fairly new to sharepoint. We are trying to create a custom calendar web part for our sales team to display their itinerary from an external WCF webservice. The calendar will look just like outlook calendar, but the calendar items are from an…
0
votes
1 answer

How do I add controls to a webpart (SharePoint, C#)?

Basically the situation is as follows: The below image is a mockup of what the actual webpage on the site looks like. Programming is declarative and utilizes C#, SQL Server 2008. Visual Studios 2010 (SharePoint solution project), SharePoint 2010,…
WCS
  • 93
  • 1
  • 3
  • 17
0
votes
2 answers

How to migrate a 3rd party web part from SharePoint 2 (2003) to SharePoint 3 (2007)

I am migrating a site from SharePoint 2 to 3 (in fact, from SharePoint Portal Server 2003 to Microsoft Office SharePoint Server 2007). There are a handful of 3rd party web parts and since this is a migration, not an in-place upgrade, I need to…
Adam
  • 478
  • 1
  • 4
  • 7
0
votes
2 answers

Sharepoint WebPart, include additional assembly in wsp package

I created a utility library for my Sharepoint WebParts. Now when I reference this library from my WebPart project, it compiles fine, but the library is not included in the .wsp package. This means the library assembly is not deployed to the target…
driAn
  • 3,245
  • 4
  • 41
  • 57
0
votes
1 answer

Disable day/week views Sharepoint 2013 calendar

I have a SharePoint calendar on a site, the specifications is that it just displays the current day on a calendar however if a user clicks on a day the web part changes to the day view of the calendar. Is there a way to disable the calendar web part…
Conway Stern
  • 152
  • 2
  • 10
0
votes
0 answers

How do you create a dynamic SharePoint Web Part

I am trying to create a Web Part for Share Point in C# which displays images in a slide show style sliding from right to left. I know there are Web Parts you can download but i need to write my own. I need to know how to either draw to some graphics…
0
votes
1 answer

Sharepoint 2010 - List name and column header display name change through XSL

I have a site collection (localhost) that has two variations (localhost/en/, localhost/fr/). I have a list in the root web (sampleList) that has the following columns: title, description, date I have English and French pages (/en/samplePage.aspx,…
kei
  • 20,157
  • 2
  • 35
  • 62
0
votes
1 answer

Show Popup Message based on Event in C# SharePoint WebPart

There is a Visual WebPart being developed in SharePoint 2010. On load, a set of methods that get and fill information in the WebPart run in the Page_Load method. Somewhere in this process, there needs to be a popup message box or alert box…
rx3r0
  • 1
  • 1
  • 4
0
votes
1 answer

Content Query Web Part Not Showing Custom Content Types

In my SharePoint 2013 environment I have custom content type deployed in a specified custom group. The group and content type is visible on the site collection's content types page. On the home page I have dropped a content editor web part and…
ChiliYago
  • 11,341
  • 23
  • 79
  • 126
0
votes
2 answers

Sharepoint Webpart inheritance

I want to create a bunch of Webpart for my website, all the webpart have a common special border around them. so their .ascx looks like:
bla bla
i want to…
avrahamcool
  • 13,888
  • 5
  • 47
  • 58
0
votes
1 answer

'List' type not available in C# SharePoint Web Part development

I am currently working with Visual Studio 2010 with .NET 3.5 to develop SharePoint Web Parts. My Microsoft development experience is mostly .NET 4.5, MVC4 and Visual Studio 2012. I'm wondering, why is it that there is no List type (List,…
detarallt
  • 313
  • 2
  • 9
1 2 3
99
100