What is the difference between an object datasource and SQL datasource?
Also, what is the difference between DataReader and DataAdapter?
Thanks in advance!
What is the difference between an object datasource and SQL datasource?
Also, what is the difference between DataReader and DataAdapter?
Thanks in advance!
For the first question see: SqlDataSource vs ObjectDataSource
for the second question: ADO.NET Question: When to use DataReader, DataAdapter