Gridview display multiple tables?

Posted by Shawn on Stack Overflow See other posts from Stack Overflow or by Shawn
Published on 2010-06-16T14:36:13Z Indexed on 2010/06/16 14:42 UTC
Read the original article Hit count: 191

Filed under:
|
|

I have a gridview setup that gets its data from a SQL database stored procedure. This procedure will return one of several different tables. The gridview complains if the table is different than the one previously displayed. How do I work around this?

© Stack Overflow or respective owner

Related posts about sql

Related posts about stored-procedures