Posts

Showing posts with the label Bind list items to a DropDown using C# Code in sharepoint 2013

List Feild values geting in DropdownList

using ( SPSite   osite  = SPContext.Current.Site)                         {                             using ( SPWeb   oweb  = osite.OpenWeb())                             {                                  SPList   objList  = oweb.Lists[" BannerTest "];                                  SPFieldCollection   objSPFCollection  = objList.Fields;     ...