Requirements |
|
RadControls version | Asp.net Latest version |
.NET version | framework 4.0 |
Visual Studio version | 2010 |
programming language | Vb.net |
browser support |
all browsers supported by RadControls |
Hello,
I added the radcombobox to my webpage, it filters nicely the input i give it from the database. Now i would like to get the id from the item the radcombobox selects. Like for example
Customer10 - 1
Customer50 - 2
Is there a way to add an invisible field to the combobox, where i can add the id and fetch it, but not show it to a user?
Thanks in advance,