I'm working on .NET 2.0 I've a simple test webform with a GridView. The grid has a few bound columns, a template field with a drop down list (with hard coded values) and a asp:Button field. It also has a RequiredFieldValidator, to ensure that the user has chosen a value other than default, before...