By tag: Gotchas
0
kicks
Gridview: Where is the Row in RowCommand? DisplayIndex
Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event. Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row?
While the datagrid's DataGridCommandEventArgs exposed the row thro...