- I have a dropdownlist.
- A column called id has the control dropdownlist ( I’ve changed the
textbox into a dropdownlist). - The dropdownlist is containing 2 values : Yes/No .
- A column called id has the control dropdownlist ( I’ve changed the
On gridview row update I want to save the value choosed in the dropdownlist . how can I do that?
Also,how can I make the value choosed in the dropdown visible in the gridview.
thans
Try something like this