I have a List in sharepoint as 'Notifications' which has the columns 'ID,Name,Areas(MultiChoice Column)'. I want to get Choices from 'Areas' Column and not from the DATA in Notifications List
. Is it possible. Because i want to Bind it to ASP.NET CheckBoxList Items when form Load.
Note: I am not using Microsoft.Sharepoint Namespace in ASp.Net Help Appreciated! Thanks!