bind Lookup Field Value to a SPList Column

 SPFieldLookupValue objLookupCategory = new SPFieldLookupValue(Convert.ToUInt16(ddlCategories.SelectedValue), Convert.ToString(ddlCategories.SelectedItem.Text)); 
                            oConcItem["Category"] = objLookupCategory;//Lookup 

Comments

Popular posts from this blog

My Interview Experience

React Checkbox Control SPFx