我在Gridview里,有一列设置成buttonField,然后我想点击的时候,能读取出我点击的那个按钮的值。protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { string a = (我点击的那个按钮的值); }
e.CommandArgument