Display changing tables

  • Thread starter Thread starter C Did
  • Start date Start date
C

C Did

Hi,
I need to display a simple table. The hitch is that the table changes
depending on circumstances.
So today it could be a table with three columns, tomorrow it could be
twelve.

I just need to dump the data to the page in a simple manner.

I won't know until run time the nature of the table.

What's the best way to handle this. All I will have at run time is the table
name
thanks
 
Use a datagrid (gridview) with AutoGenerateColumns=true.

Eliyahu
 

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

Back
Top