R
Roger
I am using visual studio 2003. I user the server explorer and drag a table
onto a webform.
The program creates a "Connection" and an SQLDataAdapter Generates the
"Select, Insert, Delete" statments.
I right click on the SQLDataAdapter and chose Generate Dataset.
I drag a datagrid on to the form. Chose the SQLDataAdapter and dataset in
the properties.
I then run the webpage and I get nothing. When I do a preview on the
SQLDataAdapter I see the data in the table.
So what is my problem? Is there some documentation on how to use these
controls in this manner instead of alway writing code behind the scenes?
Thanks,
Rog
onto a webform.
The program creates a "Connection" and an SQLDataAdapter Generates the
"Select, Insert, Delete" statments.
I right click on the SQLDataAdapter and chose Generate Dataset.
I drag a datagrid on to the form. Chose the SQLDataAdapter and dataset in
the properties.
I then run the webpage and I get nothing. When I do a preview on the
SQLDataAdapter I see the data in the table.
So what is my problem? Is there some documentation on how to use these
controls in this manner instead of alway writing code behind the scenes?
Thanks,
Rog