Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataReader
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
DataReader
Miscellaneous
Thread ID:
00717343
Message ID:
00717343
Views:
37
As I was trying to answer Rex's VB Datareader question I discovered I could directly bind a DataGrid to Datareader
DataGrid1.DataSource = dr;
I was going through the process of Opening the reader, constructing a dataset and then populating all of the rows. Who knew.

My question - Can all controls directly bind to a DataReader? Especially a DropDownList.
TIA,
Doug
Douglas Osborne
Don't spend your life just wishing - http://www.AllGiftRegistry.com
Next
Reply
Map
View

Click here to load this message in the networking platform