• Archive for March, 2008

    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 →