gridview添加一个模板列linkbutton问题gridview添加一个模板列linkbutton,点击linkbutton怎么获取选中行的索引[解决办法] try GridView1.Rows[e.RowIndex].Cells[1].Controls[0] 不知道对否!