hi..in vb.net i have two form In form i have number of textbox,Now i need to open the form2 from form1 and also i want to populate the data to the textbox from the form1,i kept textbox name as txtname1,txtname1.......txtname15
In form 1 using for loop i try to insert the data to textbox..my code is likethis
.form2
.txtname&i=""
i knew its not correct sp plz help me to insert into textbox bu using forloop