in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
Need SharePoint Training? Attend a SharePoint Bootcamp!

Did you have a blog here?

Read this for important information on our recovery!


Browse by Tags

  • Show all versions in a Document Library

    I vaguely remember in SP03 that there was a list type that had versioning turned on and it would nest old versions under the current version. I want to do this with a DocLib in SP07. Do you know how to do it? I'm working in a standard team site on a server running MOSS Standard. There is a screenshot...
    Posted to Sam's SharePoint Therapy (Weblog) by larko_s on 09-04-2008
  • Creating an XSLT DataView for a sharepoint list

    Sharepoint Tips and Tricks has posted an article about how to create an XSLT DataView for a sharepoint list to use as a web part. It can be accessed here: http://www.sharepoint-tips.com/2007/05/sharepoint-designer-article-2-creating.html
    Posted to MdP's MOSS Blog (Weblog) by mdp on 05-14-2007
  • Creating a List with a Custom View in MOSS

    The following code can be used to create a custom list in MOSS and apply a custom view to it: // create list web.Lists.Add(listName, "", SPListTemplateType.GenericList); list = web.Lists[listName]; // Add your fields to the list list.Fields.Add("Field1", SPFieldType.Text, false);...
    Posted to MdP's MOSS Blog (Weblog) by mdp on 02-26-2007
Page 1 of 1 (3 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts