Building a datagrid to show different tables depending on Request.QueryString

Posted by Justen on Stack Overflow See other posts from Stack Overflow or by Justen
Published on 2010-04-30T21:44:45Z Indexed on 2010/04/30 21:47 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

So, I have a control with a datagrid in it and I was wondering if depending on the value I get back from the a Request.QueryString if I could set the table name to that (that is the value being sent) and then have it build the columns?

I have about 3 different tables, and they have different amounts of columns, and of course with different names.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about querystring