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

SPSiteDataQuery to get data from multiple lists in site collection level in sharepoint 2013

Some of the Share Point Object Which I Practiced Till Now

My Interview Experience