I have 2 forms named form1 and form2.In form1 there is a combobox which is popuplated with data using Model view Architecture.In form2,I add new entry in combobox but my form1 does not show the new entry..When i run the project again,it shows the new entry..How to refresh form1?

After you add the new entry you would need to get all the data again from where-ever you are getting your data from and add it to the combobox.

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.