I have a table with 3 coulumns ,ID,NAme and shortname. I am binding this to a ASP.NET dropdonwlist control.I specified DataText Value field as ID ,DataValueField as Name .Now the Dropdown renders the list item properly and I am able to select the ID of the selected Option. I want to have the short name also with the ID.Is there any way to do this. ? ie ; I want to read the ID,SHort name and Name from the selected option of the ASP.NET dropdownlist
Any thoughts ?