I am trying to use Visual Studio .Net,
VB.Net Application Web Form, to build datagrid examples in ASP.NET 1.0 with
VB chapter 12.
After I connect to my access database using Tools-Connect to Database wizard (Ole db Jet 4 provider) , then drag and drop the OLEdbDataAdapter onto my form that brings up the wizard that defines my OledbConnection and then build a dataset and use a query in the wizard to select the Employees table, fields Lastname, firstname. When I select preview data, fill dataset it connects to the table fine.
I then drag and drop the datagrid onto the form and change the data source properties to point to the dataset.
Where in the code or properties do I "fill" the data grid or dataset?