|
|
|
มีเรื่องกวนใจเทพอีกเเล้วครับ ! ถ้าผมจะดึงข้อมูลจากตาราง BrandType จะทำได้อย่างไรครับ |
|
|
|
|
|
|
|
เขียนสด ขออภัยหากเกิดข้อผิดพลาด
Code (C#)
SqlConnection sqlConnection = new SqlConnection(".................");
SqlCommand command1 = new SqlCommand("Select.....", sqlConnection);
DataTable dt1 = new DataTable();
SqlDataAdapter adapter1 = new SqlDataAdapter(command1);
adapter1.Fill(dt1);
combo1.DataSource = dt1;
combo1.DisplayMember = ".........";
SqlCommand command2 = new SqlCommand("Select.....", sqlConnection);
DataTable dt2 = new DataTable();
SqlDataAdapter adapter2 = new SqlDataAdapter(command2);
adapter1.Fill(dt2);
combo2.DataSource = dt2;
combo2.DisplayMember = ".........";
|
|
|
|
|
Date :
2013-01-28 17:19:51 |
By :
ห้ามตอบเกินวันละ 2 กระทู้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|