I have a dropdown list that lists all the records in a table. I can bind the datasource so that it puls out the right data and displays the list items correctly.
What I am trying to do is set it so that the selected value is set to the value in the currently selected record. I can only see options for binding the list items, not the actual value the list has as a default. I dont want to have to do this in code if it can be avoided.
What I am trying to do is set it so that the selected value is set to the value in the currently selected record. I can only see options for binding the list items, not the actual value the list has as a default. I dont want to have to do this in code if it can be avoided.