S
Scott Johnson
Hi!
I have 2 items that I need to show in a ComboBox in VB.NET (CF) called
ExpenseCode and Expense Description. I only want to show the user the
ExpenseDescription in the dropdown ComboBox but still keep the ExpenseCode
in a "hidden" value field since there is so little room on a PocketPC
screen. Is there a way to tie a hidden value to a ComboBox item that could
hold that ExpenseCode?
(Way) Back when I used eVB, I used to just use "ExpenseCode -
ExpenseDescription" as the entry and the split on the hyphen to get an
array. I know that I could do that again, but I was wondering if VB.NET
has a better way to do it.
Thanks!
--Scott
I have 2 items that I need to show in a ComboBox in VB.NET (CF) called
ExpenseCode and Expense Description. I only want to show the user the
ExpenseDescription in the dropdown ComboBox but still keep the ExpenseCode
in a "hidden" value field since there is so little room on a PocketPC
screen. Is there a way to tie a hidden value to a ComboBox item that could
hold that ExpenseCode?
(Way) Back when I used eVB, I used to just use "ExpenseCode -
ExpenseDescription" as the entry and the split on the hyphen to get an
array. I know that I could do that again, but I was wondering if VB.NET
has a better way to do it.
Thanks!
--Scott