I am in the process of updating my VB.Net skills from Visual Studio 2003 ( really! ) to Visual Studio 2010.
In a ASP.Net project you can drag and drop a data source control from the toolbox on to a form and configure it
before binding it to a datagrid, combox box or whatever.
There are a number of data source controls available from the toolbox such as SQLdataSource, AccessDatasource, ObjectDataSource, LinqDataSource etc.
However there is none for ODBCdataSource or OLEDBDatasource.
Are these options simply not available via this drag and drop approach or should I use ObjectDataSource instead?
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.