G
Guest
Hi
I have a textbox which is bound to a typed dataset. The type of the data is
int. Now I'd like to programmatically change the value in this textbox (i.e.
textBox1.text = "123"). For some reason this doesn't work. It works fine when
the datatype is a string but not with an int. How can I do this?
Any help would be greatly appreciated. Thanks,
Andre
I have a textbox which is bound to a typed dataset. The type of the data is
int. Now I'd like to programmatically change the value in this textbox (i.e.
textBox1.text = "123"). For some reason this doesn't work. It works fine when
the datatype is a string but not with an int. How can I do this?
Any help would be greatly appreciated. Thanks,
Andre