摘要: GridViewRow newrow = new GridViewRow(0, 0, DataControlRowType.Separator, DataControlRowState.Normal); TableCell[] tc=new TableCell[5]; for (int i = 0; i < 5; i++) ... 阅读全文
posted @ 2016-08-20 09:28 老菜鸟瞎叨叨 阅读(1072) 评论(0) 推荐(0)