摘要: /// /// 导出按钮 /// /// /// protected void btnExport_Click1(object sender, EventArgs e) { this.gv.AllowPaging = false; this.gv.AllowSorting = false; Query();//获取数据并绑定到GridView toExc... 阅读全文
posted @ 2016-06-16 09:18 哪啊哪啊神去村 阅读(6595) 评论(3) 推荐(0)