G
Guest
Hi All,
I'm encountering problem when manually added value in to a combo box.
Previously the combo box has been fetch from the Dataset. Whenever i add in
my code as below:
cbTerritory.Items.Add("*")
An arguement exception will prompt in PPC. If I take out dataset and
manually add in the value, the code is working.
Am I left out something or the combo box in compact framework can't work in
..Net? This has been work in eVB.
Any advice is much appreciated. Thanks.
I'm encountering problem when manually added value in to a combo box.
Previously the combo box has been fetch from the Dataset. Whenever i add in
my code as below:
cbTerritory.Items.Add("*")
An arguement exception will prompt in PPC. If I take out dataset and
manually add in the value, the code is working.
Am I left out something or the combo box in compact framework can't work in
..Net? This has been work in eVB.
Any advice is much appreciated. Thanks.