摘要:
1protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)2 {3 if (e.Row.RowIndex != -1)4 {5 int id = e.Row.RowIndex + 1;6 e.Row.Cells[0].Text... 阅读全文
posted @ 2007-06-10 22:56
sunfishlu
阅读(1055)
评论(0)
推荐(0)
浙公网安备 33010602011771号