10
Answers

get a combobox value from one from to other form

darma teja

darma teja

11y
2.4k
1
Hi,

I am stuck with one problem at passing combobox value from one FORM1 to FORM2.

I wrote code in form2 like this:

Form1 frm1= new Form1();
frm1.combobox1.SelectedItem;

I am getting null value.

How can I pass values?


Thanks,

Darma

Answers (10)