Hi All,
I need to retrieve data from database to Listbox.
So.. I need to put it in Listbox Like follows (Data count can be large amount)
HNB Limited 5.1
HSBC PLC 7.88
When I double click on one of selection, it must retrieve IndexID value.
If any one have method to get data inside listbox with columns, please submit me.
Thank you,
Supun Silva
I need to retrieve data from database to Listbox.
Ex:
Database Fields: IndexID, Name, Value
Sample Values:
IndexID: 145214
Name: HNB Limited
Value: 5.1
IndexID: 4587455
Name: HSBC PLC
Value: 7.88
So.. I need to put it in Listbox Like follows (Data count can be large amount)
HNB Limited 5.1
HSBC PLC 7.88
When I double click on one of selection, it must retrieve IndexID value.
If any one have method to get data inside listbox with columns, please submit me.
Thank you,
Supun Silva