get a combobox value from one from to other form
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