Using the Gridview, or not

Marshall700

Member
Joined
Apr 21, 2011
Messages
19
Programming Experience
Beginner
Just a couple of questions!

I am using an access 2007 database, and i have linked it to my file and can populate a gridview with my data. Is there away of echoing out the data without using the gridview, maybe into an html table?

Also is it possible to hide columns in the gridview, i have tried:

VB.NET:
gridview.columns(column_no).visible = false

i have tried with both () and [].

Any help would be apreciated

many thanks

Marshall
 
Back
Top