Programmatically change the value of a lookup column
Lookup values are internally referenced as a combination of ID(int) and field value(string) in the following format: 1;#FirstItem. The class offered by SharePoint for lookup values is SPFieldLookupValue. The method SPFieldLookupValue takes 1 or 2 values: “1;#FirstItem” (string) lookupId and … Read More »