find control or row in gridview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a linkbutton in a grid view and i want to onclick set the selected row
of the grid view to the row where the current linkbutton is?

or better yet is there a way to set all columns in a grid view to fire the
selected row event and set the row to selected?
 
you can change the select to a template then it will respond and allow for a
name change. the others are a different issue unless you can add multi select
items as templates
 
Back
Top