Swapping rows and columns in gridview

Discussion in 'ASP' started by Beaustark, Aug 15, 2009.

  1. Beaustark

    Beaustark New Member

    Joined:
    Aug 14, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I want to show table's row as gridview column. How can i do that?
     
  2. nimesh

    nimesh New Member

    Joined:
    Apr 13, 2009
    Messages:
    769
    Likes Received:
    20
    Trophy Points:
    0
    Occupation:
    Oracle Apps Admin
    Location:
    Mumbai
    Home Page:
    http://techiethakkar.blogspot.com
    what database are you using?

    one option would be to use database functions to transform the data and then give directly to gridview
    OR
    use arrays to transform the data programmatically after fetching the records, and then give it to gridview

    can I ask the question as why do you want to do this?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice