Hi all
Im trying to send integer value from combobox in form 1 to textbox in form 2
I try use this code on form2 :

me.textbox.text = form1.combobox.selectedvalue

This code works with a textbox does not have a data source but when I set the data source for the textbox, code does not appear Value
What's wrong !

i mean This code works with a textbox does not have a DataBindings but when I set the DataBindings for the textbox, code does not appear Value in textbox

see down

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.