vb.net用户注册问题
编写了一段用户注册代码,注册后将用户名、密码、生日、性别等信息写入数据库。但在提交的时候总是有 “/A”应用程序中的服务器错误”提示“输入字符串的格式不正确”。源文件附在下面 请指教 谢谢!!堆栈跟踪:
[FormatException: 输入字符串的格式不正确。]
Microsoft.(String Value, NumberFormatInfo NumberFormat) +198
Microsoft.(String Value) +83
[InvalidCastException: 从字符串“Insert Into userinfo(name,passwo”到类型“Long”的转换无效。]
Microsoft.(String Value) +254
试验9.enter_click_Click(Object sender, EventArgs e) +411
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +75
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +97
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921
--------------------------------------------------------------------------------
a.rar
(2.78 KB)