I have the following set up on my web form:
datagrid control
sqlDataAdapter
sqlDataConnection
dataSet
I can import the data From the sql tables and see it clearly on the "dbo." tab
in the IDE.
How can I fill the dataset?
I have tried various things but I can't get the grid and/or the information to
apear when I view it in the browser.