I have a dropdown listbox
My sqldatasource = Select ItemCode, ItemDesc, ItemCode + ' ' + ItemDesc as fullDesc from myTable
I use fullDesc as the display
I use ItemCode as the value
Can I get the value of ItemDesc from the dropdown in code??
I want to use both ItemCode, ItemDesc for parameters elsewhere but display fullDesc to the user
Go to the complete details ...