looking for a good resource

L

LDD

I'm looking for a good resource that explains all that is related to
datasets, datagrid, datatable, gridview, etc...
Anything related to loading and display db contents

LDD
 
B

Brett

LDD said:
I'm looking for a good resource that explains all that is related to
datasets, datagrid, datatable, gridview, etc...
Anything related to loading and display db contents

LDD

Why not query google for ADO.NET or use the VS.NET docs? In addition,
querying each of the subjects you mentioned will bring up good references.

Brett
 
L

LDD

I guess I'm looking for some centralized information where I can compare
what the pros/cons are for using the different controls, and in what
scenario is best to use them in

LDD
 
B

Brett

First become familar with their functions. Datatable and dataview are part
of a dataset. To say a datatable is better than a dataset doesn't mean
anything. You may say a datareader is better than a dataset for performance
reasons and you would be right. The dataview is a customized view of the
datatable. A good way to go about it is to learn details about each ADO.NET
part and then start posting some good questions. You should have a few by
then.

Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top