とDropownListに別のテーブルから1つのデータの取得>CustomerName
列を私はCustomerテーブル持っているのAutoPostBack
私はLabel
(CustomerNumberのを表してい)とDropDownList
(CustomerNameを表します)
私はDropDownList
になります。販売テーブル - >顧客名SqlDataSource
です。
私は、DropDownListコントロール
例SQLで選択CUSTOMERNAME CustomerNumberのとラベル充填(AutoPostBackをして)自動にしたい:
顧客AからA.CustomerNumber を選択し、販売B B.CustomerName = DropDownList1のを。 SelectedItems.Value
私はこのように考えています。
どうすればいいですか?
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
}
あなたは正しい方向にあります。私はあなたがそこに着くのを見ます。 – Pradeep