Shantha Kumar T
Learnings & Technical Adventure from ShanthaKumar
Learnings & Technical Adventure from ShanthaKumar
Category SharePoint
WSS 3.0 Tools, now supports VS2008
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:…
SharePoint Navigation Providers – Part 1
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…
Uploading File from Local Machine to SharePoint ListItem as an attachment
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…
70-541 Microsoft Windows SharePoint Services 3.0 – Application Development
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…
Silverlight webpart for SharePoint:
In this post, we are going to see integrating the webpart with Silverlight contents on SharePoint Site. For that, we need to combine all required java script and Xaml files (used to display the Silverlight content) in to single assembly…
Manage Maximum File Size for Upload
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…
MOSS 2007 Samples
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…
SharePoint sites creation using C# through WebServices
I am a new to SharePoint webservices and now working on customizing webservices for sharepoint. Here is a sample code for creating a site in SharePoint using it’s webservices. Creating Site: To create a site, project requires a methods to access sites for…