M
Michael
Hi, I am writting a C# application, not webform
My application has baseform and 4 other forms,
my problem is how to pass the value or data of the textbox from 1st form to
the label or listbox on the last form
all of the forms are inherted from the base form.
I know I can create a global variable but I have a lot of data to pass,
and another question, when I switch to different form, and I use
this.visible= flase
how do I write the code so the main page. visible will become true?
My application has baseform and 4 other forms,
my problem is how to pass the value or data of the textbox from 1st form to
the label or listbox on the last form
all of the forms are inherted from the base form.
I know I can create a global variable but I have a lot of data to pass,
and another question, when I switch to different form, and I use
this.visible= flase
how do I write the code so the main page. visible will become true?