|
|
|
เมื่อเรา bingding ข้อมูลแล้ว เราต้องเคลียค่าทุกครั้งใช่มั้ยคะ แล้ว datetimepicker เคลียค่ายังไงคะ |
|
|
|
|
|
|
|
เมื่อเรา bingding ข้อมูลแล้ว เราต้องเคลียค่าทุกครั้งใช่มั้ยคะ แล้ว datetimepicker เคลียค่ายังไงคะ
ผูกข้อมูล
Code
txtPlaceGdu_t1.DataBindings.Add("Text", dt, "His_PlaceGdu")
txtIncome_t1.DataBindings.Add("Text", dt, "His_Income")
Dateget.DataBindings.Add("Text", dt, "Dateget")
DateOut.DataBindings.Add("Text", dt, "DateOut")
เคลีย bingding
Code
txtPlaceGdu_t1.DataBindings.Clear()
txtIncome_t1.DataBindings.Clear()
Dateget ////ตรงนี้ต้องทำไงคะ
DateOut ////ตรงนี้ต้องทำไงคะ
Dateget = datetimepicker
DateOut = datetimepicker
Tag : .NET, Ms SQL Server 2005, Crystal Report, Win (Windows App), VB.NET
|
|
|
|
|
|
Date :
2010-08-05 21:01:30 |
By :
donut |
View :
1820 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รู้สึกว่ายังไงค่ามันก็เป็น null หรือ nothing ไม่ได้นะครับ
ส่วนตัวผมว่าน่าจะเซ็ตเป็นวันปัจจุบันครับ
|
|
|
|
|
Date :
2010-08-06 09:04:59 |
By :
nickyshox99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สามารถทำให้ DateTimePicker เป็นช่องโล่งๆได้นะครับ โดยการกำหนดเป็น Custom เช่น...
Dateget.Format = DateTimePickerFormat.Custom
Dateget.CustomFormat = " "
แต่หากคลิ๊กเลือกวันที่แล้ว ต้องกำหนด Format ให้เป็น Long หรือ Short เหมือนเดิมด้วยครับ
ในเมทตอท ValueChanged
Dateget.Format = DateTimePickerFormat.Long
ลองประยุกต์ดูครับ
|
|
|
|
|
Date :
2014-07-03 12:07:02 |
By :
์Nightnee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|