Loading

摘要: /// <summary> /// 匯出到Excel /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void btnExport_Click(object sender, EventArgs e) { ExportGridViewToExcel(Response, GridView_trdord, "Tracing"); } //到出e 阅读全文
posted @ 2011-12-19 11:20 GerryGe 阅读(455) 评论(1) 推荐(0)