rt
------解决方案--------------------------------------------------------
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
{
if (e.CommandName == "Display")
{
DataRow isplay_Row = ((DataRow)((Button)e.CommandSource).Parent.Parent);
}
}
所在行的按钮的父控件的父控件
按钮->单元格->行