in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Created By

    Plz i need some help.. The problem i should solve is: fill up "Created By" field of some item with some user's id. i've wrote the code: someItem["Created By"] = new SPFieldUserValue(web,someUser.ID,someUser.Name); someItem.Update(); but after update event finished, the field's...
    Posted to Development (.NET) (Forum) by HeToC on 12-05-2007
  • Custom Field Definition Class for a Sharepoint List

    Hello Everybody, I have a problem while creating a custom field for a sharepoint list. For creating the cusom field, I am inheriting from SPFieldMultiLineText. But when I tried to enter data in the list it is not possible to enter more than 255 characters. I want to enter larger text data in this field...
    Posted to Development (.NET) (Forum) by arun_gp on 09-12-2007
  • Accessing custom field properties within Field Editor Usercontrol

    Hi All I am creating a custom field type for sharepoint list. I created the custom field by inheriting the sharepoint base field SPFieldMultiLineText. I‘ve also created a custom field property “SearchPath” as follows… private string _searchPath public string SearchPath { get { return _ searchPath; }...
    Posted to Development (.NET) (Forum) by arun_gp on 09-12-2007
Page 1 of 1 (3 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.