PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

后台自定义表单,前台提交出现的问题 [复制链接]

1#
Server Error in '/' Application.
--------------------------------------------------------------------------------

Value was either too large or too small for an Int32.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OverflowException: Value was either too large or too small for an Int32.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[OverflowException: Value was either too large or too small for an Int32.]
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +2753477
   PageAdmin.data_collection.xf12371d2abfd42c9() +1618
   PageAdmin.data_collection.xcf416de286bd630b() +159
   PageAdmin.data_collection.Page_Load(Object sender, EventArgs e) +312
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
分享 转发
TOP
2#

Value was either too large or too small for an Int32.

对于数字来说,你提交的数字已经超过上限,不懂英文是不行的
TOP
3#

回复 2# shengge 的帖子

不是不懂数字,呵呵
表单里字符数我看没有问题啊,但是提交的时候就会这样 ,请大师指点……
TOP
发新话题 回复该主题