I want to assign 2 data fields to a DropDownList item because I want to display 2 values at click at an item in different elements (for example, 2 textboxes).
For example: at click on a DDL item, that a value of data field named “example” displayed in one TXTBOX and other of a data field named “definition” displayed in other TXTBOX.
If you have do something like this, you can just separate the two values with some sort of delimiter (, or | or whatever), and then parse them out when it’s selected and you have to display them.