...
> What are the best practices, pros/cons, performance, scalability
> considerations in choosing the source/type for an object's
> ObjectDataSource (consider a GridView that needs to display a SELECT
> statement from a table external to the website).
> I have identified several alternatives...
> 1. Use a custom or pre-built data access class to provide SELECT
> functions
> 2. Create DataSets for each SELECT statement, storing them in App_Data
> 3. Configure a connection to the database through the config wizard
IMO, none of them.