How do I set the selected value in a gridview dropdownlist to what is in the current record like I currently do for a text box.
I am hoping the user can look at the
I ended up using:
SelectedValue='<%# Bind("myID") %>'
to display the current record in the ddl.