|
|
|
C# ช่วยหน่อย Error Bind DropDownList ตามรูปข้างในครับ |
|
|
|
|
|
|
|
จากโค้ดนี้ต้องเพิ่มเติมอะไร หรือแก้ตรงไหน รบกวนผู้รู้ทั้งหลายด้วยครับ
*ปล มือใหม่หัดเขียนโปรแกรม
Code (C#)
private void Form2_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
FillCountry();
string query = "select CountryID, CountryName from Country";
BindDropDownList(cmbCountry, query, "CountryName", "CountryID", "Select Country");
cmbCountry.Enabled = false;
cmbCity.Enabled = false;
cmbState.Items.Insert(0, new ListItem("Select State", "0"));
cmbCity.Items.Insert(0, new ListItem("Select City", "0"));
}
}
Tag : C#
|
|
|
|
|
|
Date :
2014-05-14 15:14:47 |
By :
ฺbenZ' |
View :
831 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผืดหลายจุดครับ ลองดูบทความนี้ครับ
(C#) ASP.NET DropDownlist & DataBinding
|
|
|
|
|
Date :
2014-05-15 09:47:45 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-05-15 10:13:31 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|