我在Gridview里,有一列设置成buttonField,然后我想点击的时候,能读取出我点击的那个按钮的值。protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { string a = (我点击的那个按钮的值); }
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
e.CommandArgument