How to get custom table data and binded to dropdownlist
If you simply have a dropdown list in a form control, then just do a SELECT statement, simple and easy. If you're looking for code behind, you'll need to use the CustomTableItemProvider.GetItems api
CustomTableItemProvider.GetItems
Please, sign in to be able to submit a new answer.