hi Pros and Gurus,
in form1 I put the following code:
in form2 I binded the text boxes to Form2DS1 during design time but when running the application no value is displayed.Code:dim frm as new form2
frm.Form2DS1= Form1Ds1
frm.show
:confused:
can you help me??
