Click here to Skip to main content
15,888,454 members

Comments by prince7827 (Top 2 by date)

prince7827 24-Nov-14 3:38am View    
Reason for my vote of 2 \n Not enough explanation.
prince7827 5-Apr-13 9:11am View    
i am passing entire form2 object in form3 constructor and using the same object to again open it. so it will preserve your values in form2 object.
If you use
Form2 obj = new Form2();
obj.Show();
then it won't work for you.