Hi,

I am using windows form. One of the form containing a combobox which populates data using datatable method. If the user found there is no particular data then they can add using an another form thru a button click to open and save the data. The saved data in the 2nd form does not updated in the first one. I am using unbound combobox. Any help would be appreciated.

do you have any code?

if accessing objects on formA from formB:

formA.objectName.property

example:

formA.comboBox1.text = "test"

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.