• SharePoint

    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 →

    70-541 Microsoft Windows SharePoint Services 3.0 – Application Development

    by  • March 26, 2008 • General, SharePoint • 4 Comments

    I took my SharePoint certification exam on Tuesday afternoon and I Passed with 97%. It contains mainly the key concepts of SharePoint Services. I refereed this site and WSS3.0 SDK. Examples in “WS3.0 inside by Ted Pattison book” are also helpful for certification exam. If you through with the Key concepts of WSS3.0, It’s easy [...]

    Read more →

    Manage Maximum File Size for Upload

    by  • September 27, 2007 • SharePoint • 2 Comments

    Increase the Maximum Upload Size for File in WSS3.0 by following steps, Open “SharePoint Central Administration” Site in Administrative tools. Click “Application Management” link Under SharePoint Web Application Management, click Web Application General Settings. In the Web Application General Settings page search the Maximum Upload Size field and change the file size. Click OK to configure 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 →