I have a dropdownlist which I have added to a datagrid. I can populate the list no problem, but how do I set the SelectedValue? The only property I see available in the HTML view is SelectedIndex, which doesn't really help if I'm trying to select the item in the list based on the value from the database.
Thanks in advance!
Thanks in advance!