DataBind to a static dropdown in Gridview is not working
I have crated a screen with a Grid. The Grid contains a dropdown along with some textbox fields. They all are fetched from same table.
I am able to select a value in dropdownlist and it updates the database correctly . But once updated , it does not display correctly back on screen. It displays the first Item in the dropdownlist. The text boxes are reflected correctly but not dropdown.
What am I missing ? Having issues with binding the data to dropdown within a Grid.
