Is there a sharepoint recurrence flag that you can set on the server to turn on and off recurrence? What we have done is changed the default install of sharepoint to disable recurrent in sharepoint calendars and now we want to turn them back on.
...
This seems like it would be an easy fix with a Content Editor Web Part to modify the css of the page's Web Parts. The underline I mean is the long line that leads to the dropdown arrow where the Modify, minimize, close, etc. options are. I have tried this code with no visible results:
<style>
ms-standardheader {text-decoration:none;}
...
I'm trying to add a user, programmtically, to a field of Type="User" in a SharepointList. Since I do not know the user's unique ID within the site in advance, I'm using the ResolvePrincipals function to add the user to the SPUserCollection as follows:
Dim managerDN() As String = {"[email protected]"}
Dim princ...
I'm having trouble updating a SharePoint publishingWeb attribute under RunWithElevatedPrivileges. it fails with the exception "The security validation for this page is invalid" at this line : "pubWeb.IncludeInCurrentNavigation = false;". Below is the code i'm trying to run. Normally you can set AllowUnsafeUpdates = true, but publishingWe...
I have a site within a site and would like to see this site appear as a drop down menu in the top menu bar (ID="TopNavigationMenu"). In the default.master page I have edited the following:
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="3"
In the Menu Navigation I added the top site to the global navigation area, but it does...
If the file already exists I can save changes to the file. But I cannot save new scipt files to a SharePoint 2007 drive. Any suggestions on fixing this?
--------------------------- Microsoft SQL Server Management Studio
--------------------------- The specified URL could not be found, or you do not have appropriate access permissions.
-...
Hi, I have two dates in the following format:
1) <xsl:value-of select="ddwrt:FormatDateTime(string(@Status_x0020_Date) ,1033 ,'yyyy-MM-dd ')" />
2)<xsl:value-of select="ddwrt:FormatDateTime(string(../../../Strategic_Items_Daily_Status/Rows/Row/@Status_x0020_for_x0020_Last_x002) ,1033 ,'yyyy-MM-dd ')" />
I am using SharePoint Designer ...
Hello,
I have two sharepoint sites in different countries how can I make the data in the two sharepoint sites to be identical. I mean when an item added to first site i want it to appear in the second site. is that possible?
...
Hi
I have created an asp.net website with SQL Server based form authentication and authorization. Now, we are moving this pure asp.net website to Sharepoint 2010 website. I have developed 5 webparts for my asp.net website to migrate to Sharepoint. All these webparts are avilable for access in the same page. Now I need to implement authen...
Hello
I've created a simple asp.net application to open a site and display the title of the corresponding web. But i'm getting FileNotFoundException while trying to open the site. The same code works perfectly when i run it in a console app.
My spec
Windows Server 2008 R2 x64,
SharePoint 2007 x64,
Visual Studio 2005
My target for t...
Hi,
I have created the sharepoint site . I want to assign the name as per www.something.com what settings I have to follow?
...
I have the Sharepoint site collection. I have my custom CSS. I want to assign the this CSS to my Sharepoint site collection . What I have to do. I don't want to use the Sharepoint designer. In fact is is restrict to use me the same. please guide me
...
Hey guys.
I've developed a web part using the wspbuilder tool (Web part with feature).
When deployed (to a site collection), you have to activate the feature in order to use this web part - so far so good.
However, when deactivating the feature, the web part remains on any site where it's been added, and furthermore, it's still availa...
I am trying to port a SharePoint 2007 site collection feature to 2010. During the feature activation, SharePoint shows the "yellow screen of death" stating "The current custom error settings for this application prevent the details of the application error from being viewed.".
AFAIK I have configured everything that is need to see the e...
What is proxy server exactly. What its purpose ?
...
Our SharePoint 2007 system currently does not have any SSRS Web parts available.
The problem is that when using a Web Viewer Part, reports are being cached by the
page. I cannot remember if the SSRS Web Parts have a no-caching setting and
which web parts should be installed to veiw reports on a SharePoint page.
I found several possibili...
I have been using this code to read in a file from a document repository in sharepoint:
WebResponse objResponse;
WebRequest objRequest = System.Net.HttpWebRequest.Create("http://servername/realestate/SiteAssets/navigation.txt");
objRequest.Timeout = 10000;
objRequest.UseDefaultCredentials = true;
objRequest.Proxy.Credentials = objReques...
We have an ASP.NET website that we use internally to do some project tracking and various work. We would like to integrate some pieces of it to co-exist with Sharepoint2007 WSS.
Basically what we would really need to do is be able to add items to a list in one of the Sharepoint sites.
I'm not sure where to begin. I've looked online a b...
I created a new SharePoint wiki library and I added additional columns to the wiki library to use as metadata to organize the pages into different views. The issue is now when I create a new wiki page, the added columns appear on the bottom of the page. Anyone know how to hide these columns from appearing on the wiki pages?
Thanks
...
I get this error on MOSS 2007 Search Crawl logs:
The parameter is incorrect. (Cannot use the Business Data Catalog from outside an Office Server context without explicitly setting the Shared Resource Provider by Name on the Business Data Catalog Sql Session Provider)
..when crawling BDC data sources, in this case is just pointing t...