Click here to Skip to main content
15,918,808 members

Comments by siddartha kopparapu (Top 2 by date)

siddartha kopparapu 21-May-15 9:03am View    
int index = Convert.ToInt32(e.CommandArgument);
use this to get index of the row
siddartha kopparapu 21-May-15 6:22am View    
Why using list view you can use RadioButtonList and have a selected index changed event there?