• Posts Tagged ‘MOSS’

    SharePoint Databases

    by  • March 10, 2009 • MOSS, SharePoint • 4 Comments

    I did some research on SharePoint Databases and how are they providing datas to SharePoint sites?. Here i am come up with some details of Databases used in SharePoint. Database Name Description Availablity SharePoint_AdminContent_ GUID This is the Central Admin Content database, is used to store all WSS 3.0 / MOSS content. WSS3.0, MOSS  SharePoint_Config [...]

    Read more →

    The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.

    by  • March 9, 2009 • SharePoint • 2 Comments

    The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again. The above error will be thrown at the time of updating Library or Lists items due to authentication problem, or We didn’t have the rights to update the items. By using the follwoing [...]

    Read more →

    Upload document from Local Machine to SharePoint Library using WebService

    by  • March 3, 2009 • SharePoint, WebService • 15 Comments

    In my previous post i’m explained about the members of Copy Web Service. For uploading a document from any local machine to sharepoint document library is possible by using CopyInToItems method. Though, the syntax for that method is, public uint CopyIntoItems (string SourceUrl,string[] DestinationUrls,FieldInformation[] Fields,byte[] Stream,out CopyResult[] Results) Parameters, SourceUrl: A String that contains the [...]

    Read more →

    WSS 3.0 Tools, now supports VS2008

    by  • June 5, 2008 • SharePoint • 3 Comments

    Hi everybody, It’s nice to hear that Visual Studio 2008 now support the WSS3.0 Tools (VseWSS Version1.2). If you are using vs2005, you should still use Vsersion1.1 The Downloads for VS extensions for WSS Tools VS 2008: VseWSS12 VS 2005: VseWSSv11 Version 1.2 of the Visual Studio 2008 Extensions for Windows SharePoint Services contains the [...]

    Read more →

    SharePoint Navigation Providers – Part 1

    by  • April 14, 2008 • SharePoint • 4 Comments

    I want to share with you all, about navigation features in both WSS3.0 and MOSS. SharePoint Navigation features called Navigation Providers are enabled in the root directory of webapplications’s web.config file to access widely. These named Navigation providers are added to the <SiteMap> element under <System.Web> Section. Named Providers are defined under WSS3.0 are, · [...]

    Read more →

    Uploading File from Local Machine to SharePoint ListItem as an attachment

    by  • March 31, 2008 • SharePoint • 4 Comments

    To attach the file from Local Machine to SharePoint ListItem as an attachment, Import the System.IO namespace to use the Stream Class to read the file contents. Use System.Web.UI.WebControls.FileUpload control is named as fileUpload in code. Sample code for uploading the file from Local Machine to ListItem attachments as follows, //Check the FileUpload control has the [...]

    Read more →

    MOSS 2007 Samples

    by  • August 10, 2007 • MOSS, SharePoint • 0 Comments

    Check this link for Creating a Custom User Site Provisioning Solution with Office SharePoint Server 2007  and download a 6 MOSS 2007 samples. This link contains 1 article and 6 samples which gives you the little idea about Infopath forms, Workflows and User access in BDC, AD using MOSS. Blog this! Bookmark on Delicious Digg this post Recommend [...]

    Read more →