I'm pulling a lot of information from a database that I want to show on my page. I currently have it set up so that I create a table and then have a while (datareader.read) that fills in the table which works, but the table is REALLY wide.
Instead, I would like to create a table for each record from the database and then just show the series of tables going down the page.
I added the code to do this, and it compiled and it didn't give any errors at runtime or anything, but when I run it, nothing shows up.
I'm wondering if it has to do with the following: on the version that works, I dragged a table onto the aspx page and then I'm filling that. In the version that doesn't work, I'm doing a tblDep = New Table. Is it that the data is there, it just doesn't show up? Any help would be appreciated.
Thanks!
Kaija
Instead, I would like to create a table for each record from the database and then just show the series of tables going down the page.
I added the code to do this, and it compiled and it didn't give any errors at runtime or anything, but when I run it, nothing shows up.
I'm wondering if it has to do with the following: on the version that works, I dragged a table onto the aspx page and then I'm filling that. In the version that doesn't work, I'm doing a tblDep = New Table. Is it that the data is there, it just doesn't show up? Any help would be appreciated.
Thanks!
Kaija