Hi, I've tried a lot of manipulations to get the current data in a textbox from other form but it always return an empty. How to get the recent value? below is part of the code i hv started:
Code:
--code in Form2
Form1 frm1 = new Form1();
frm2txtbox.text=frm1.frm1txtbox.text;
i keep changing the text value of frm1txtbox at run time, but still frm2txtbox.text still empty. i've already set the modifier of the frm1txtbox into Public. need ur advise..