Hi,I would like to dynamically populate a dropdown list, with values
taken from a database table using SQL query.The database connection is
working fine, the query only pulls one field from the table.But it
either displays only the first value from the table and not able to
expand the dropdown "down arrow" or says"Don't Tell about this long
description" (Yes, exactly like this, weird statement as the first/only
value in the list)I have the dynamic bindings on for the dropdown
list.But it still d...