|
|
|
|
|
selectindex_change
|
|
|
private void DropDownList1_SelectedIndexChanged(object sender, System.EventArgs e)
{ this.TextBox1.Text = this.DropDownList1.SelectedItem.Text.ToString(); } |
|
|
oh,yeah
|
|
|
注意dropdownlist的属性里添加 AutoPostBack="True"和OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
|
|
|
SUPERCH0054,事件在JS中写还是在VB中写呀,我用的是VB。NET
|
|
|
vb
|
|
|
ALong_Yue()
不好用呀 |
|