in

Browse by Tags

  • SharePoint Field Data: Simple Web Part

    If you're working with CAML, it's good to have available a list of fields, their internal field names, and their data types. I wrote a simple Web part that accepts the display name of a list and returns this information, along with whether or not each field is required or indexed. The code for...
    Posted to Melyssa’s Blog (Weblog) by mbell on Wed, Sep 9 2009
  • How to create and deploy a custom Web Part

    1. Open Visual Studio 2005 and create a new Web Part project. 2. Add the following two using statements to the .cs file: using System.ComponentModel; using System.Net; 3. Add the following using statement to the AssemblyInfo.cs file: using System.Security; 4. Add the following line at the end of the...
    Posted to Melyssa’s Blog (Weblog) by mbell on Thu, Sep 18 2008
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems