this.GridView1.DataKeyNames = new string[] { "id" };
主件是这样的才对
string id= this.GridView1.DataKeys[e.RowIndex].Value.ToString();
这个是接受主件
主件是这样的才对
string id= this.GridView1.DataKeys[e.RowIndex].Value.ToString();
这个是接受主件
2007-10-25 15:02
2007-10-29 19:05