Japskunk72
Programmer
I am new to ASP.Net. I am using Microsoft Visual Studios .NET. I have figured out how to access ADO and gather records but I want to place the info in a table. My ADO code is in a file called webform1.aspx.vb and the table code is in a file called webform1.aspx. when i gather the records from the ADO Datasource and put a record in a string, i put the string name into the table to load it it will not display any information. do i have to use the response.write for every line to make the table display the information in the webform1.aspx.vb file? is there a way to send a variable to this other file so it will be in the table?
Thanks for anyhelp
Thanks for anyhelp