Possible Duplicate:
How to save in the dropdown the value choosed?
I have a GridView and a column with a DropDownList instead of TextBox. The drop down has 2 values (1.No, 2.Yes).
The problem is, I can only choose the value “Yes”. The code behind works for good for yes and I also added for value No.
And another thing is if I choose a value (“Yes”, for example), how can I bring it to the top of the DropDownList, because it’s always showing the default value (the value “No”).
HTML
CODE BEHIND