GridView and binding to a DataSet (what about the other tables?!?!)

K

Keith Patrick

I have a stored proc that returns a dataset of several different summary
tables. But I need different gridviews to display different tables from
that proc. However, the GetView method in SqlDataSourceView only returns
the view named "Table". My question is: what about the other tables? I
can't get their names, and I can't find a way to bind to them, so I have 3
different gridviews, but they only want to show the first table whereas, I
need GV1 to show table 1, GV2 to show table 2, etc.
BTW: I cannot change the return value of the proc, and I'd rather not write
code to get this working, as it defeats the purpose of
GridView.DataSourceID/DataSourceControl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top