I am using oracle as my back end. how to bind radcombobox with database(oracle) table values form client side.
as follows if i have emp table then columns are emp id and name so i has to bind emp id and name to rad combo box form client side.
I am using oracle as my back end. how to bind radcombobox with database(oracle)
Share
Get your values using ajax method (you can use ajax method of jquery).
Use this function to bind the list to combo.