摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { int i = e.Row.RowIndex; //索引为-1行为GridView头 if (i == -1) { e.Row.Cells[0].Te... 阅读全文
posted @ 2007-05-23 10:47
宏宇
阅读(1226)
评论(4)
推荐(0)
浙公网安备 33010602011771号