GridView导入至EXCEL (报错处理:只能在执行 Render() 的过程中调用 RegisterForEventValidation)
摘要:
//注:在.aspx文件中第一行中加入EnableEventValidation="false"1 2 3 //这里一定要引入命名空间 4 5 using System.Data.SqlClient; 6 7 //为导入Excel引入命名空间 8 9 using System.Drawing; 10 11 using System.IO; 12 13 using System.Text; 14 15 16 17 private void GridViewBind() 18 19 { 20 21 //GridView的绑定22 23 } 24 25... 阅读全文
posted @ 2013-08-26 18:08 YoungPop_Chen 阅读(167) 评论(0) 推荐(0) 编辑