ผมใส่ datetime.now.tostring text box ให้มันโชวเวลาปัจจุบันไว้ เเล้ว จะทำ การ insert text box นั้นเข้าไปในตราราง ที่มี Data Type เป็น DateTime
ลอง Convert.ToDatetime("1/6/2555", System.Globalization.CultureInfo("th_TH")) เเล้ว มัน ขึ้น Input string was not in a correct format. ตลอด ลองหาวิธีต่างๆมาใช้ ก็ไม่ได้สักที
Date :
2012-06-02 13:49:49
By :
cutsumoto
No. 7
Guest
Code (C#)
usecarTableAdapter use = new usecarTableAdapter();
use.Insert(txtuseid.Text, txtidcars.Text, Convert.ToDateTime(txtusedate.Text).ToShortDateString(), txttimestart.Text.ToString(), txttimeend.Text.ToString(), Convert.ToDecimal(txtmitstart.Text), Convert.ToDecimal(txtmitend.Text), Convert.ToDecimal(lbltotalmon.Text), "ปกต");
Code
Input string was not in a correct format.
Server Error in '/asdf' Application.
Input string was not in a correct format.
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.FormatException: Input string was not in a correct format.
Source Error:
Line 172:
Line 173: usecarTableAdapter use = new usecarTableAdapter();
Line 174: use.Insert(txtuseid.Text, txtidcars.Text, Convert.ToDateTime(txtusedate.Text).ToShortDateString(), txttimestart.Text.ToString(), txttimeend.Text.ToString(), Convert.ToDecimal(txtmitstart.Text), Convert.ToDecimal(txtmitend.Text), Convert.ToDecimal(lbltotalmon.Text), "ปกต");
Line 175:
Line 176: