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


can you help me??