产品使用及交流论坛

注册

 

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) +2752869
   PageAdmin.zdyform_data_1.x399bb151323b6c22() +2884
   PageAdmin.zdyform_data_1.Page_Load(Object src, EventArgs e) +81
   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#

错误提示是字段 的值过大或过小
数据库问题,好像听XIYOU之前说过一个版本存在这个问题的

涂装设备
青良涂装设备  http://www.sh-qingliang.com
TOP
发新话题 回复该主题