O
Orr
Hi
I have a combobox with data source from dataset.
I recieve the data in Decimal and I want to present it in Hex.
example:
myCmb.DataBindings.Clear();
myCmb.DataSource = myDataset.myDataable;
myCmb.DisplayMember = "myColumnName";
myCmb.ValueMember = "myColumnName";
I tried to use Format() but the combobox doesnt have this property. it
doesnt work on the combo box.
I am a begginer programmer so I will thank you for a simple
explanation.
Thanks, Orr
I have a combobox with data source from dataset.
I recieve the data in Decimal and I want to present it in Hex.
example:
myCmb.DataBindings.Clear();
myCmb.DataSource = myDataset.myDataable;
myCmb.DisplayMember = "myColumnName";
myCmb.ValueMember = "myColumnName";
I tried to use Format() but the combobox doesnt have this property. it
doesnt work on the combo box.
I am a begginer programmer so I will thank you for a simple
explanation.
Thanks, Orr