优化方法:
1. 分页:使用存储过程分页获取
2. 数据库缓存
3. 尽量用html+js,减少使用服务器控件
4. 用datareader代替dataset
5. 优化sql语句
6. viewstate的禁用