prav_roy
Well-known member
hi,
i want to pass values of one form to another form,
ie, i have a form say Form1 in that i have two textboxes and a button when i press the button on some validation the values of textboxes should be passed to form2,
one way is to make use of constructors
ie. dim frm2 as new form2(val1,val2)
is this method is efficient or is there any other effective way to carry out this, can i make use of property, if so plz give me some tips
its window based application
Thank you
i want to pass values of one form to another form,
ie, i have a form say Form1 in that i have two textboxes and a button when i press the button on some validation the values of textboxes should be passed to form2,
one way is to make use of constructors
ie. dim frm2 as new form2(val1,val2)
is this method is efficient or is there any other effective way to carry out this, can i make use of property, if so plz give me some tips
its window based application
Thank you