CommandArgument=<%#Container.DisplayIndex + 1 %> give this in image button and get the index by using this int.Parse(e.CommandArgument.ToString())
S
subbareddypvsr
@subbareddypvsr
Posts
-
GridView & ImageButton -
checkboxlist controlfor (int i=0; i<checkboxlist1.Items.Count; i++) { if (checkboxlist1.Items[i].Selected) { checkboxlist1.Items[i].Text } } u will get each item selected