Tagged Questions

11
votes
6answers
82k views

ASP.NET 3.5 GridView - row editing - dynamic binding to a DropDownList

This is driving me crazy :-) I'm trying to get a ASP.NET 3.5 GridView to show a selected value as string when being displayed, and to show a DropDownList to allow me to pick a value from a given list ...