我有一个由 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 的编辑:)