in

Corey Roth and Friends Blogs

Group site for developer blogs dealing with (usually) Ionic, .NET, SharePoint, Office 365, Mobile Development, and other Microsoft products, as well as some discussion of general programming related concepts.

Browse by Tags

  • Wrapping a SharePoint Choice Column with a C# Enum

    One thing I like to do in my SharePoint code is wrap the SharePoint Object Model code when I access a particular value in a Sharepoint list item. I do this so I can pretend like I'm not working with the SharePoint Object Model. :) I had a couple of choice columns that were represented as Enums in...
    Posted to Kyle Kelin on .Net (Weblog) by KyleKelin on 03-11-2009
  • A Closer Look at AllowUnsafeUpdates

    The SPWeb.AllowUnsafeUpdates property recently came up in my project this week. I got the following exception: System.Exception: Microsoft.SharePoint.SPException: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again. —> System...
    Posted to Kyle Kelin on .Net (Weblog) by KyleKelin on 02-24-2009
  • Changing the Default Text of an Empty Document Library

    "To create a new item, click "New" or "Upload" above. There are no items to show in this view of the document library." The above text is displayed when a Document Library is empty. Today I needed to change it. I had done this once before and forget so I'm blogging about...
    Posted to Kyle Kelin on .Net (Weblog) by KyleKelin on 09-10-2008
  • Importing data from one list to another

    I needed to recreate a list on another website including the data. The list had over 150 items in it so no way was I going to recreate it manually. The first thing I did was recreate the columns for the destination list then export the original list to Excel. The option is under actions in the list view...
    Posted to Kyle Kelin on .Net (Weblog) by KyleKelin on 01-29-2008
Page 1 of 1 (4 items)
2019.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems