gridview 模板中控件使用parent.parent找到对应行索引

有个itemTemplate,里面是个linkbutton,

在它的事件里

linkbutton lbtn1=(linkbutton)sender

GridView gv1=(GridView)lbtn1.parent.parent

行索引:gv1.RowIndex

 第一个parent 是指模板?lbtn1.parent.gettype看看.第二個指gridview

你可能感兴趣的:(gridview 模板中控件使用parent.parent找到对应行索引)