web-parts Questions
4
Solved
In SharePoint, it is easy to set up a List webpart consisting of Links to other documents, folders, sites, etc. Unfortunately, when clicking these links, the default behavior is for the page to ope...
Lunnete asked 19/9, 2008 at 16:21
2
Solved
As the question says - is there a way to determine which pages are including my web part?
Abjure asked 11/3, 2009 at 7:24
1
Solved
i have in my visual studio 2007 implemented webpart "Hello World".
in project there are webpart.cs, webpart.xml and webpart.webpart files.
i builded hole project, and tryed to load webpart.webpart ...
Unhorse asked 23/5, 2011 at 15:3
1
Solved
I got a help from other Question:
stsadm -o addsolution -filename {WSPFILENAME} stsadm -o deploysolution -name {WSPFILENAME} -url {SITEURL}
my WSP file is here:
C:\H\H\H.wsp
url:
https://t...
Pipeline asked 23/5, 2011 at 12:11
2
Solved
In Sharepoint 2010, is there any way to change the category where custom web parts created in VS2010 to be placed.
VS2010 is putting the custom web part in "Custom" category by default. I'm curiou...
Submicroscopic asked 7/4, 2011 at 12:34
4
Solved
There are a couple of different .NET XSLT functions that I see used in the out of the box SharePoint web parts (RSS Viewer and Data View web part).
<xsl:stylesheet
xmlns:ddwrt="http://schemas....
Pacific asked 20/9, 2008 at 3:51
1
Solved
I would like to know how to display a local image in my SharePoint 2010 Web Part. I don't really know which url to write in the css.
Shipwright asked 25/2, 2011 at 19:34
1
Solved
I have a SharePoint 2010 Farm solution that deploys a list, and a web part that reads from that list. It actually does more than that, but I can't get past the "read the list" part.
I'm able to su...
Trepang asked 10/2, 2011 at 22:56
1
Solved
i'm trying to have some item from a sharepoint list, depends on date in a custom column.
I've created my query with U2U Caml Builder, and that's worked but when I put it in my own code in my webpa...
Snag asked 10/1, 2011 at 15:42
3
Solved
What is the difference between the attributes WebBrowsable and Personalizable in a Sharepoint 2010 web part?
e.g.
[Personalizable(), WebBrowsable]
public string IconURL { get; set; }
vs
[WebBr...
Dimmer asked 6/12, 2010 at 0:28
3
Solved
Using jQuery 1.4.2 from Google hosted Code.
Is there a reason why the following javascript does not fire all 3 document.ready functions when the document is ready?
The first $(document).ready() f...
Corpsman asked 20/10, 2010 at 4:1
1
Solved
I'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document library. To do so, I believe I need to reference the SPWeb object for which the web pa...
Condensable asked 15/9, 2010 at 11:51
2
Solved
I've already found the max number of web parts per page:
Customizable - in web.config file, <configuration><SharePoint><WebPartLimits MaxZoneParts="XX" />
50 (default) - http://...
Nicolnicola asked 9/5, 2010 at 17:12
2
Solved
I was playing around with ASP.NET Web Parts which has a "drop down" div. It's all the way to the right of the page. When I click to bring it up, it goes off the window. Usually anything off the vie...
1
Solved
I found this web part for Exchange 2003, but in exchange 2007 even after user login, web part shows exchange 2007 owa login page (instead of current user inbox).
How I can show current user's exch...
Kayekayla asked 6/1, 2010 at 11:29
2
Solved
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am publishing a portal template.
I want to develop a WebPart and make some settings configurable (just like we ...
Melindamelinde asked 4/1, 2010 at 15:13
3
Solved
I have the following code but I am getting the following compile errors:
Attribute 'WebPartStorage' is not valid on this declaration type. It is only valid on 'property, indexer' declarations.
A...
Shun asked 26/10, 2009 at 12:30
3
Solved
I have requirement of specifying web part connections in onet.xml. So when site is created using this site definition the said web parts are already connected and ready to use. Which properties I n...
Declarant asked 26/6, 2009 at 11:58
4
Solved
What I'm trying to do is to create a webpart that has a textbox where you can set the value of a literal (h2) on the webpart and a "save" button that posts back and then sets the literal accordingl...
Phlogistic asked 17/2, 2009 at 9:46
3
Solved
I have defined a boolean property as follows:
[Browsable(true), Category("Display"), DefaultValue(false),
WebPartStorage(Storage.Shared), FriendlyName("Obey Workflow"),
Description("")]
public...
Gratia asked 5/3, 2009 at 20:30
2
Solved
Does anybody know how to programmatically update the content of any of the standard SharePoint v3 Web Parts?
As an example, put a Link Summary Web Part on a page. Add some links to it. Now, how c...
Nels asked 27/1, 2009 at 22:6
2
Solved
When creating web parts for Sharepoint, is it better to create an actual web part, or is using and ASP.NET User Control (.ascx) just as good?
I already know how to create the user controls that I ...
Exosmosis asked 23/10, 2008 at 21:53
10
Solved
I have been asked to develop some usercontrols in ASP.NET that will at a later point be pulled into a SharePoint site as web parts. I am new to SharePoint and will not have access to a ShareP...
Dybbuk asked 25/9, 2008 at 13:30
4
Solved
I am creating a standalone asp.net page that needs to be embedded into a sharepoint site using the Page Viewer Web Part. The asp.net page is published to the same server on a different port, giving...
Conveyancing asked 22/9, 2008 at 1:54
© 2022 - 2024 — McMap. All rights reserved.