ylbtech-Error-ASP.NET:The Value of property CloneFrom can not be empty string!
1.返回顶部
1、

“/”应用程序中的服务器错误。


The Value of property CloneFrom can not be empty string!
参数名: CloneFrom

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentNullException: The Value of property CloneFrom can not be empty string!
参数名: CloneFrom

源错误:

行 232:                        </asp:GridView>
行 233: <div id="div2" class="pagerregion">
行 234: <webdiyer:AspNetPager ID="schedulePage" runat="server" OnPageChanging="pagerOfferee_PageChanging"
行 235: CustomInfoHTML="<%$ Resources:Message, PagerCustomInfoHTML %>" TextAfterPageIndexBox="<%$ Resources:Message, PagerTextAfterPageIndexBox %>"
行 236: LastPageText="<%$ Resources:Message, PagerLastPageText %>" FirstPageText="<%$ Resources:Message, PagerFirstPageText %>"

源文件: d:\storebook\stage2-cmis\Storebook.CMS.Web\OffereeManage\OffereeQueryList.aspx    行: 234

堆栈跟踪:

[ArgumentNullException: The Value of property CloneFrom can not be empty string!
参数名: CloneFrom]
Wuqi.Webdiyer.AspNetPager.set_CloneFrom(String value) +177
ASP.offereemanage_offereequerylist_aspx.__BuildControlschedulePage() in d:\storebook\Storebook.CMS.Web\OffereeManage\OffereeQueryList.aspx:234
ASP.offereemanage_offereequerylist_aspx.__BuildControldiv1() in d:\storebook\Storebook.CMS.Web\OffereeManage\OffereeQueryList.aspx:159
ASP.offereemanage_offereequerylist_aspx.__BuildControl__control61(Control __ctrl) in d:\storebook\Storebook.CMS.Web\OffereeManage\OffereeQueryList.aspx:139
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +15
AjaxControlToolkit.TabPanel.OnInit(EventArgs e) +117
System.Web.UI.Control.InitRecursive(Control namingContainer) +139
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Control.InitRecursive(Control namingContainer) +312
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +408


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3062.0
2、
2.返回顶部
1、
 <webdiyer:AspNetPager ID="schedulePage" runat="server" OnPageChanging="pagerOfferee_PageChanging"
CustomInfoHTML="<%$ Resources:Message, PagerCustomInfoHTML %>" TextAfterPageIndexBox="<%$ Resources:Message, PagerTextAfterPageIndexBox %>"
LastPageText="<%$ Resources:Message, PagerLastPageText %>" FirstPageText="<%$ Resources:Message, PagerFirstPageText %>"
NextPageText="<%$ Resources:Message, PagerNextPageText %>" PrevPageText="<%$ Resources:Message, PagerPrevPageText %>" CloneFrom="" CustomInfoClass="" InvalidPageIndexErrorMessage="页索引不是有效的数值!" LayoutType="Div" NavigationToolTipTextFormatString="" PageIndexBoxType="TextBox" PageIndexOutOfRangeErrorMessage="页索引超出范围!" ShowPageIndexBox="Auto" SubmitButtonImageUrl="" UrlPageSizeName="" UrlPagingTarget="">
</webdiyer:AspNetPager>
2、修改后以下代码不存在
CloneFrom="" CustomInfoClass="" InvalidPageIndexErrorMessage="页索引不是有效的数值!" LayoutType="Div" NavigationToolTipTextFormatString="" PageIndexBoxType="TextBox" PageIndexOutOfRangeErrorMessage="页索引超出范围!" ShowPageIndexBox="Auto" SubmitButtonImageUrl="" UrlPageSizeName="" UrlPagingTarget=""
3、
3.返回顶部
 
4.返回顶部
 
5.返回顶部
 
 
6.返回顶部
 
作者:ylbtech
出处:http://ylbtech.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

Error-ASP.NET:The Value of property CloneFrom can not be empty string!的更多相关文章

  1. spring mvc出现 Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'endtime'

    在使用spring mvc中,绑定页面传递时间字符串数据给Date类型是出错: Failed to convert property value of type [java.lang.String] ...

  2. [Angular] ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'name' of undefined

    在数据请求完成通过 ionViewDidLoad 展示页面的时候 报错误 : ERROR Error: Uncaught (in promise): TypeError: Cannot read pr ...

  3. ASP.Net:Javascript 通过PageMethods 调用后端WebMethod方法 + 多线程数据处理 示例

    ASP.Net:Javascript 通过PageMethods 调用后端WebMethod方法 + 多线程数据处理 示例 2012年04月27日 16:59:16 奋斗的小壁虎 阅读数:4500   ...

  4. vue项目使用echarts按需引入实现地图动态显示效果时,报错:TypeError: Cannot read property 'dataToPoint' of undefined

    vue项目使用echarts按需引入实现地图动态显示效果时,报错:TypeError: Cannot read property 'dataToPoint' of undefined 借鉴了该大神的文 ...

  5. Eclipse运行时发生An internal error occurred during:“**************” 的解决办法

    2015-05-20 原因分析: 当前工作目录下的 .project 文件 不一致 例如1: 南京大学 Mooctest 提交考试试卷时出现的:An internal error occurred d ...

  6. Intelli系列代理部分报错:You have JVM property https.proxyHost set..

    You have JVM property https.proxyHost set to '...'. This may lead to incorrect behaviour. Proxy shou ...

  7. ASP.NET:插件化机制

    概述 nopCommerce的插件机制的核心是使用BuildManager.AddReferencedAssembly将使用Assembly.Load加载的插件程序集添加到应用程序域的引用中.具体实现 ...

  8. 异常:javax.el.PropertyNotFoundException: Property 'id' not found on ..........

    在后台action中查询数据库返回的UserInfo对象后 将uDisplayName传递到jsp中,jsp中用${userInfo.uDisplayName}接收值时报错: 异常:javax.el. ...

  9. mybatis 错误: There is no getter for property named '*' in 'class java.lang.String解决

    现象: mybatis mapper.xml 的sql里如果直接使用了想要传入的变量,比如: <select id="selectXx" resultType="i ...

随机推荐

  1. 常用的商业级和免费开源Web漏洞扫描工具

    Scanv 国内著名的商业级在线漏洞扫描.可以长期关注,经常会有免费活动.SCANV具备自动探测发现无主资产.僵尸资产的功能,并对资产进行全生命周期的管理.主动进行网络主机探测.端口探测扫描,硬件特性 ...

  2. dedecms 公共模板写法 提高生成速度

    {dede:include file="/temp/liuxingfushi.html" ismake='no'/}

  3. HashMap原理探究

    一.写随笔的原因:HashMap我们在平时都会用,一般面试题也都会问,借此篇文章分析下HashMap(基于JDK1.8)的源码. 二.具体的内容: 1.简介: HashMap在基于数组+链表来实现的, ...

  4. flask实现文件的上传

    文件上传过程中,一定要进行文件大小的校验,如果用户上传文件过大,比如:100GB,所以一直在处理这个请求,别的请求进来就无法处理了,所以要限制上传文件的大小. flask中文件上传大小的校验 flas ...

  5. windows时钟服务设置

    运行Regedit,打开注册表编辑器. 找到注册表项HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\,将Anno ...

  6. 第二章 Vue快速入门-- 15 vue中通过属性绑定为元素设置class类样式

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8&quo ...

  7. HashMap,LinkedHashMap,TreeMap的有序性

    HashMap 实际上是一个链表的数组.HashMap 的一个功能缺点是它的无序性,被存入到 HashMap 中的元素,在遍历 HashMap 时,其输出是无序的.如果希望元素保持输入的顺序,可以使用 ...

  8. springboot jpa 创建数据库以及rabbitMQ分模块扫描问题

    在使用jpa过程中,如果没有在配置中加入自动创建实体对于的sql,则需要提前创建建表语句 spring.jpa.properties.hibernate.show_sql=true spring.jp ...

  9. Gym - 102082G What Goes Up Must Come Down (树状数组+贪心)

    题意:有一个长度为n的序列,你每次可以选择两个相邻的元素交换,求把这个序列排成单峰序列的最少交换次数. 方法一:将元素按数值从大到小排序(保存原来的位置),把最大的插在中间,剩下的依次往两边放,依次考 ...

  10. js - 执行上下文和作用域以及闭包

    首先,咱们通常被"执行上下文","执行上下文环境","上下文环境","执行上下文栈"这些名词搞混.那我们一一来揭秘这些名 ...