Getting row index by Event Args...

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

Guest

I created a radio button dynamically in a row of a Grid View control. I
enabled auto post back property of this radio button to execute a code. For
example , I create 20 rows and I want to know about which button is checked.
How can i get the index of that row?

Thanks a lot...
 
Yes, but on radio button check changed event, I do not get any property like
e.item, e get some "functions" after "e", but not a property like "item"
 
Back
Top