K
katmagic
How do I dynamically select a row in a gridview based on a value in that
row? For instance, each row has an ID, 1,2 , 3, etc. If I want to
dynamically select the row with id 2, how would I do that.
Gridview.SelectedIndex = ??
row? For instance, each row has an ID, 1,2 , 3, etc. If I want to
dynamically select the row with id 2, how would I do that.
Gridview.SelectedIndex = ??