web-parts Questions

9

Solved

I have a list of a Sharepoint items: each item has a title, a description and a type. I successfully retrieved it, I called it result. I want to first check if there is any item in result which sta...
Fleeting asked 20/3, 2013 at 14:55

2

Solved

I have created a report that I will embed in Sharepoint 2007 via a webpart using a report viewer. This works well and looks rather nice, however in the report I have a text field whose action is "G...
Pylos asked 17/6, 2013 at 13:51

9

I have a content editor web part. Whenever I edit the content and then click save, the following errors occurred: "Cannot retrieve properties at this time." "Cannot save your changes" How do yo...
Hypozeugma asked 7/7, 2009 at 7:18

3

Solved

I made a Webpart in Sharepoint 2010, and I need that the property "Chrome Type" allways set a "None" value. I was looking for ways to force the Combobox to "None", or overriding the "Chrome Type"...
Callous asked 28/3, 2011 at 7:33

3

I have deployed and then redeployed a .wsp on a Sharepoint 2010 server (the solution was developed on another 2010 server). The solution contains 2 web parts. After retracting and removing the ol...
Taegu asked 6/10, 2010 at 18:2

6

Solved

I have developed a "web part" that has to be deployed on a Sharepoint server. I need the username of the user, who has logged in the sharepoint server within the web part. How do I get that usern...
Azal asked 11/3, 2010 at 7:31

6

Solved

I have a loop that is looping through a document library like in the example below. foreach (SPListItem item in DocumentLibrary) { } How do I tell if the SPListItem is a document or a folder?
Circumference asked 8/7, 2011 at 11:33

4

I have a web part page "DocLib1.aspx" in document library "DobLib1" and it has few webparts. How can I take the same web part page and copy it to other document libraries (there are about 50+ docu...
Nitrochloroform asked 17/8, 2010 at 20:51

5

Is it possible to analyse on which pages a webpart is in use? I want to remove some webparts from my sharepoint server, but i don't know what's in use and what's not in use? Is there a solution f...
Chinaware asked 30/9, 2009 at 14:18

1

I have just set up and created by first ever SharePoint development effort: a project for a web part, to be hosted in a SharePoint Online instance (my Office 365 trial). I have figured out how to...
Silhouette asked 9/12, 2014 at 11:10

4

Solved

How can I uninstall a Custom Webpart from Sharepoint Server 2010? Thanks
Stricker asked 7/4, 2011 at 9:57

2

Solved

I'm building a webpart for SharePoint 2010 to get all the document libraries with usefull info for the user. This means, docs that users uploaded, etc. I don't want to show libraries such as Form T...
Squiffy asked 5/1, 2011 at 16:31

3

Solved

I've got a visual web part (created with standart Visual Stuido 2012 template from "Add new item" form) with just a single <div id="newsListDiv" runat="server"></div> element. I want to...
Pasteurization asked 10/1, 2013 at 10:8

5

Solved

So, this is what we want to do: We want to have a generic web part with a custom frame around it and then dynamically load other web parts (frameless) inside it. Would this at all be possible you t...
Nate asked 7/1, 2009 at 8:52

3

I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0 I'm ...
Danyel asked 6/5, 2013 at 20:20

5

Solved

I've been searching high and low for a satisfactory answer to this and failed. I hope StackOverflow can deliver for me! I am using SharePoint Foundation 2010 (my first real attempt to deep dive in...
Nexus asked 19/10, 2010 at 18:49

7

Solved

I am developing a WebPart (it will be used in a SharePoint environment, although it does not use the Object Model) that I want to expose AJAX functionality in. Because of the nature of the environm...
Wolves asked 8/10, 2008 at 17:42

2

Solved

I have a very simple web part. I have a single grid view, which I am populating using linq to entities (or at least that's what I want to do). The Entity Data Model .edmx file is located in the sam...
Rafiq asked 12/5, 2010 at 13:57

10

Solved

I have a SharePoint web part (essentially just a "Hello World" app) that I just created and am having a problem deploying it. I have signed the .dll, created the .dwp, and registered it as a safe c...
Groan asked 6/11, 2009 at 19:17

3

Solved

I am currently building an application using ASP.NET MVC. The data entry pages are fairly easy to code, I just make the Model for the page of the type of my business object: namespace MyNameSpace....
Stanch asked 16/11, 2008 at 12:50

4

Solved

in SharePoint 2010 I have added my webpart above list (standard list or documents library list - it doesn't matter). After this "List Tools" tab is not visible. After some digging I have found, tha...
Capp asked 31/1, 2011 at 8:31

1

I am working on something like this sync e-mail outlook2010 and sharepoint2010 I am looking for a way to log in outlook web parts in sharepoint 2010 automatically using logged in sharepoint user is...

3

Solved

I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough. Any thoughts or ideas how i could Programmatically insert a List as a webpar...
Casias asked 19/10, 2009 at 10:48

11

Solved

I have a web part that I've developed, and if I manually install the web part it is fine. However when I have packaged the web part following the instructions on this web site as a guide: http://w...
Hagiographer asked 23/9, 2008 at 13:20

2

I am trying to dynamically adjust the width and height of a web part in a SharePoint web part page so that it fills up the entire available space. It appears that there is no way to choose a percen...
Neuritis asked 18/8, 2009 at 15:53

© 2022 - 2024 — McMap. All rights reserved.