62,268
社区成员
发帖
与我相关
我的任务
分享
protected void Button1_Click(object sender, EventArgs e)
{
//这要怎么写,执行Gridview1_Rowediting
int x=0; //x 是你要修改的行号
GridView1_RowEditing(GridView1,new GridViewEditEventArgs(x));
}