2007年5月29日

从GridView内取选择的行值并删除

摘要: protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName.Equals("Delete")) { int sindex = int.Parse(e.CommandArgument.ToString... 阅读全文

posted @ 2007-05-29 16:27 龙少爷 阅读(931) 评论(1) 推荐(0)

导航