DataGrid Column Wise Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suganya
    New Member
    • Dec 2006
    • 39

    DataGrid Column Wise Data

    Hi

    I displayed the data from DB to DataList control.

    By default all data in datalist or datagrid is getting displayed row wise. Can any body guide me how to display the row wise data into column wise.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Create a new DataTable with the Rows being your columns and the columns being your rows. Then use that DataTable instead?

    Comment

    • suganya
      New Member
      • Dec 2006
      • 39

      #3
      Originally posted by Plater
      Create a new DataTable with the Rows being your columns and the columns being your rows. Then use that DataTable instead?

      Is there any other links regarding this?

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Perhaps a ListView would be a better object for this?

        Comment

        Working...