Get Custom table data

raj k asked on March 26, 2015 10:31

How to get custom table data and binded to dropdownlist

Recent Answers


Brenden Kehren answered on March 26, 2015 11:51 (last edited on March 26, 2015 14:00)

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

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.