ComboBox - ListBoxGetSelectedIndex & ListBoxGetItem - Forum

Forum Navigation
You need to log in to create posts and topics.

ComboBox - ListBoxGetSelectedIndex & ListBoxGetItem

Hi..

I use a comboBox with values, those values are saved in database and because the values are long i am thinking instead of using values to save in database i want to use numbers.  For example:

Renovation works|1

Painting|2

Security installation|3

Now if i save the numbers in database instead of the values when i read them again from database i must present it as text (Painting) and not as numbers. So i thinking to have a hidden list box with reverse values and numbers, for example:

1|Renovation works

2|Painting

3|Security installation

I can solve the issue with ListBoxGetSelectedIndex and ListBoxGetItem but all the releative commands about ListBoxes are on Deprecated section and will be deleted. Why ?

There will be new commands for listboxes and comboboxes ?

I can solve the issue with ListBoxGetSelectedIndex and ListBoxGetItem but all the releative commands about ListBoxes are on Deprecated section and will be deleted. Why ?

@smartmedia because they are unnecessary, as all the values are stored in a Array.
Please check the included Sample App ListExample you will find under the "My Documents\VisualNeoWeb\Sample Apps" folder.

Regards.