摘要:
1 public void DataViewShow(GridView GV, int showLenth) 2 { 3 GridViewRow currentRow; 4 for (int i = 0; i < GV.Rows.Count; i++) 5 { 6 currentRow = GV.Rows[i]; 7 for (int j = 0; j < GV.Columns.Count; j++) 8 ... 阅读全文
posted @ 2012-05-11 15:56
絕對零℃
阅读(5099)
评论(3)
推荐(0)
浙公网安备 33010602011771号