I\'ve been trying to programmatically copy custom content type and its custom columns from one web to anotherfor some time now, and I always get different errors or exceptions every time.After yet mor
I have one sharepoint custom page application which is rendering from a user control. In the user control page, i had used SPGridview for displaying data. My first column is Title Column (link button
In my application i am uploading files to sharepoint 2007. I am using using (WebClient webClient = new WebClient())
On my MOSS site I am trying to save a publishing site as a site template. Then create subsites from this template.
We currently are running moss 2007 for an enterprise internet facing site. The site\'s main functionality is surfaced开发者_JAVA技巧 using FAST search with MOSS 2007 used for the cms aspects. We find
According to Microsoft, the SharePoint help pages present a security concern and should be disabled. Since we don\'t want users clicking on a broken help icon, it needs to be removed as w开发者_如何学
Within the custom branding of a SharePoint 2007 site collection, I need to change the bullet images. Instead of using <li> tags, SharePoint 2007 uses tables and images as follows:
This field is part of a custom list definition in a feature.Originally this was a required field.The change to not being required was done simply by removing the \"Required=\'TRUE\'\" from the schema.
I created a Web Application called testwebapp and then a site collection (testsite).开发者_StackOverflow社区When I try siteCollection = new SPSite(\"http://localhost\"); in Visual Studio 2008 it throw
I would like to know if it is possible to get aud开发者_如何学Goit logs on only one document library or list. I wouldn\'t like to do it at site collection or server farm level.