Hi, i'm trying to teach myself how to create a data driven site in visual studio 2003 without much luck.
Is anyone aware of any good vb based tutorials that will help me understand better, i'm familiar with visual web developer 2005 (alllbeit beta version about 15 months ago) so just something to help trigger memory.
In mean time i'm struggling with how you get a datagrid to connect and show values in web forms. I would like to use oledbadaptor and generate dataset method i have read about in book, how do i set this up to be used in a website, also i'm using an access db as i have no current access to sqlserver.
Windows method =
oleDbDataAdapter1.fill(mydataSet)
Is anyone aware of any good vb based tutorials that will help me understand better, i'm familiar with visual web developer 2005 (alllbeit beta version about 15 months ago) so just something to help trigger memory.
In mean time i'm struggling with how you get a datagrid to connect and show values in web forms. I would like to use oledbadaptor and generate dataset method i have read about in book, how do i set this up to be used in a website, also i'm using an access db as i have no current access to sqlserver.
Windows method =
oleDbDataAdapter1.fill(mydataSet)