Link to home
Start Free TrialLog in
Avatar of cgipisani
cgipisani

asked on

Can DetailsView display multiple rows of data?

I'm trying to create a control similar to DetailsView, but I want to display more than one row from a database.  Each row in the first column should display the header value.  Then, each consecutive column should correspond to a database row.  

How can I do this with .NET?

Is there a way to flip the rows and columns of GridView?
SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial