السلام عليكم ورحمة الله
نزلت البرامج المطلوبه للسنترا
وبعدين رحت موقع السنترا
http://elearning.kau.edu.sa/accesspa..._id=214&lng=ar
لكن شوفو بعد ما ادخل بياناتي يقلي سيرفير ومدرايش والله مره قاهرني اليوم حتبداء المحاضرات وانا ماسجلت
Server Error in '/TRAINING' Application.
Value was either too large or too small for an Int32.
Deion: 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:
Line 97: mailRow["name"] = TextBox1.Text;Line 98: mailRow["cardNo"] = TextBox2.Text;Line 99: mailRow["landline"] = TextBox4.Text;Line 100: mailRow["mobile"] = TextBox5.Text;Line 101: mailRow["traindateid"] = dropDownList1.SelectedValue;
Source File: e:\ddlcourses\training\Training_S_RegFemalk.aspx.c s Line: 99
Stack Trace:
[OverflowException: Value was either too large or too small for an Int32.] System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +7469443 System.String.System.IConvertible.ToInt32(IFormatP rovider provider) +46 System.Data.Common.Int32Storage.Set(Int32 record, Object value) +59 System.Data.DataColumn.set_Item(Int32 record, Object value) +51[ArgumentException: Value was either too large or too small for an Int32.Couldn't store <2172073690> in landline Column. Expected type is Int32.] System.Data.DataColumn.set_Item(Int32 record, Object value) +90 System.Data.DataRow.set_Item(DataColumn column, Object value) +296 System.Data.DataRow.set_Item(String columnName, Object value) +24 Training_S_RegFemalk.traning_Click(Object sender, EventArgs e) in e:\ddlcourses\training\Training_S_RegFemalk.aspx.c s:99 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565