3 つの列で構成されるSQLDataSourceがあります。
- A - 値、数値
- B - 名前、テキスト
- C - コメント、大きなテキスト
また、DropdownList コントロールもあります。
DataValueField of A column - to be stored in the database after form submission
DataTextField of B column - display purpose for the DropdownList Control
今私がしたいことは:
この DropdownList コントロールの選択変更時に、別のラベルのテキストを対応するものに変更したい
C column - so that the more detailed comments or explanations will be given upon user's selection of the item
どうすればいいですか?
編集してくれた@Nateに感謝します:)