Display data in a datagrid

  • Thread starter Thread starter Tom Le
  • Start date Start date
T

Tom Le

Hi,
I have a database table with 20 colunms. I don't want to
display 20 colunm horizontally in a datagrid because it
create a horizontal scroll bar on the browser. Instead, I
want to display 20 colunms in a datagrid vertically. How
would I do this? I am desprate. Does anyone know how to
do it?
Thanks in advance
Tom
 
Hey,

Interesting... Might be an easier way to get this done and i would look up
msdn
Just a thought..
How bout writing a code to transform the DataTable...
if read the count of row and columns and iterate....
Add the new rows to a Datatable and bind it... i know sound like a lot of
work...
should be another way out....

Regards,

Hermit Dave
 
Back
Top