Binding DropDownList in an Editable GridView
The .NET 2.0 GridView control works much like the old DataGrid in .NET 1.1, but giving in to the tempation of the ObjectDataSource and its ability to automatically bind your list controls can lead to trouble in non-trivial situations. For example, take an editable GridView with a DropDownList control in …