码迷,mamicode.com
首页 > 其他好文 > 详细

System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围

时间:2014-08-22 12:21:06      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   strong   数据   ar   

GridView指定的参数已超出有效值的范围
GridView在更新过程中
异常详细信息: System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。
参数名:value

bubuko.com,布布扣

导出gridview表格中的数据时报错。

很奇怪,整个导出按钮里的语句都没有问题,逐句跟踪也没有报错,但整个到处按钮里的语句执行完后就是有问题。

        this.rgUsers.GridLines = GridLines.Both;
        this.rgUsers.ExportSettings.ExportOnlyData = true;
        this.rgUsers.ExportSettings.FileName = "Result";
        this.rgUsers.ExportSettings.IgnorePaging = true;
        this.rgUsers.MasterTableView.ExportToExcel();

后发现明明记录数应该翻页了但页面却没显示翻页。经检查,是因为前台设置了AllowCustomPaging="true"。这个属性屏蔽了自动翻页功能。。。

推测是因为,明明应该翻页但由于属性设置导致表格不能翻页,导出数据的时候没能找寻到第二页,所以溢出了。。。。。

 

System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围,布布扣,bubuko.com

System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围

标签:style   blog   http   color   io   strong   数据   ar   

原文地址:http://www.cnblogs.com/neru/p/3928904.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!