databound dropdown list to fill multiple needs

MrReclusive

Member
Joined
Dec 17, 2009
Messages
5
Programming Experience
Beginner
Stupid question.
I have a dropdown list bound to a data table that contains several different rows that I need to use.
I need to select "full name" in the drop down list.
and from that the program is sending emails to several different places depending on the name selected.
but from the drop down menu I only have DataTextField and DataValueField that can be used to pull the info from.

can I add more then just those 2 fields that I can pull data from.
 
Back
Top