摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataTable tt = GetCrossTable(CreateDT()); ... 阅读全文
posted @ 2012-11-22 09:51 深南大道 阅读(179) 评论(0) 推荐(0)
摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataTable dt = FormatDT(); ... 阅读全文
posted @ 2012-11-22 08:45 深南大道 阅读(846) 评论(0) 推荐(0)