Retrieve ceckbox -value throuh "GetListItems"!
-
If I retrieve items of a sharepoint list throuh GetListItems, the values of the checkbox/multi-value column are DBNull. Does someone knows why? Thanks! >Thilo
-
If I retrieve items of a sharepoint list throuh GetListItems, the values of the checkbox/multi-value column are DBNull. Does someone knows why? Thanks! >Thilo
Hello Friend, Please find the Column Datatype in a List, mention it as CheckBox and enter the Values for the CheckBox in a SharePoint List after that fetch the SharePoint List Items using GetListItems then it will disply the SharePoint LIst Column with Choice Items Automatically Note: you need to give the choice items whenever you create a choice column in a SharePoint LIst Manually!! Cheers, Regards, Siva
-
Hello Friend, Please find the Column Datatype in a List, mention it as CheckBox and enter the Values for the CheckBox in a SharePoint List after that fetch the SharePoint List Items using GetListItems then it will disply the SharePoint LIst Column with Choice Items Automatically Note: you need to give the choice items whenever you create a choice column in a SharePoint LIst Manually!! Cheers, Regards, Siva
Hello Friend, Check the Column having Choice datatype and it is not having the Choice values mentioned in a List so Mention it .... after doing that Fetch the data using GetListItem It will automatically display the Choice values Cheers, Regards, Siva