Just new to .net, and started using oledb connection to database. After
getting most things working, now want to bind to a datagrid, but have not
been successful as of yet.
Will use alternate db connection with dataset if necessary, but hoping not
to mix connection types in same project, and hoping not to rewrite existing
code using other methonds.
Any assistance appreciated.
Ken Tucker [MVP] - 24 Oct 2004 18:17 GMT
Hi,
You can only bind a datareader to a web form datagrid.
Ken
--------------------------
Just new to .net, and started using oledb connection to database. After
getting most things working, now want to bind to a datagrid, but have not
been successful as of yet.
Will use alternate db connection with dataset if necessary, but hoping not
to mix connection types in same project, and hoping not to rewrite existing
code using other methonds.
Any assistance appreciated.