G
Guest
Hi. I have a whole bunch of queries that I'll be running and returning in
OleDbDataReader objects. Some of these DataReaders will just be a simple
singe table result and others will be more complex with Sub-Tables and
Summaries, etc., etc. Here's my question:
Is there a way to use any of the ASP.NET 2.0 Data Controls - or any other
mechanism - to display the DataReader results without having to define all of
the columns and all that in design-time? I'm really not all that concerned
about the appearance of the output, I just want an easy way to display it
more or less the way it's displayed when you use any kind of query console
program and get results.
Any help is much appreciated.
Alex
OleDbDataReader objects. Some of these DataReaders will just be a simple
singe table result and others will be more complex with Sub-Tables and
Summaries, etc., etc. Here's my question:
Is there a way to use any of the ASP.NET 2.0 Data Controls - or any other
mechanism - to display the DataReader results without having to define all of
the columns and all that in design-time? I'm really not all that concerned
about the appearance of the output, I just want an easy way to display it
more or less the way it's displayed when you use any kind of query console
program and get results.
Any help is much appreciated.
Alex