Hi

I have a two form Form1 and Form2
Form contains one panel and panel contains one combo box.

I am inherit the form1 in Form2

Form 2 contains one panel. Form2 is having entry point.
on the load event of form2 i am addining form1's panel into form2's panal.

now what happend is the selected index property which is set in the form1
load is not retaining. always its selectedindex is 0.

how can i solve this.

Please guide me. thanks in advance

Regards
Jay