wahaha1234 - 2010/3/13 11:26:00
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
shengge - 2010/3/13 11:29:00
Value was either too large or too small for an Int32.
对于数字来说,你提交的数字已经超过上限,不懂英文是不行的
wahaha1234 - 2010/3/13 11:56:00
不是不懂数字,呵呵
表单里字符数我看没有问题啊,但是提交的时候就会这样 ,请大师指点……