|
|
|
VB.Net แทรกบรรทัดเป็นค่าเปล่าหรือค่าเริ่มต้น ใน Combobox ครับ |
|
|
|
|
|
|
|
ได้แล้วครับ แบบนี้
Code (VB.NET)
SQL.RunQuery("SELECT * FROM DB0002 ")
SQL.SQLDA.Fill(SQL.SQLDS, "DB0002")
ComboBox1.ValueMember = "Componentcode"
ComboBox1.DisplayMember = "Componentcode"
Dim DR = SQL.SQLDS.Tables("DB0002").NewRow
'DR(0) = "ไม่เลือก0"
DR(1) = ""
SQL.SQLDS.Tables("DB0002").Rows.InsertAt(DR, 0)
'DT.Rows.InsertAt(drNewRow, 0)
ComboBox1.DataSource = SQL.SQLDS.Tables("DB0002")
|
|
|
|
|
Date :
2015-03-16 13:12:06 |
By :
anue0159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2015-03-16 13:50:41 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|