Putting updateable controls in the ItemTemplate in a GridView gives developers what they want: the ability for users to change more than one row at a time. The cost is writing some extra code. By ...
I added a column to a GridView with a button. Normally I'd be able to add an attribute on a standard ASP.NET button, but the GridView buttons don't seem to be accessable in the same way ...