Click to See Complete Forum and Search --> : ASP .NET 2.0 data presentation controls


mharley
February 22nd, 2007, 02:39 PM
I am trying to find a way to display the data retrieved from the database, but I don't want to use a standard table format. I would like to be able to have one record span several rows (each cell on a different row). Is this possible, using any of the ASP .NET 2.0 controls, or am I stuck using labels etc?

hspc
February 22nd, 2007, 03:29 PM
You can use repeater control. It gives the maximum flexibility on making the row template you want.
Check: http://www.ondotnet.com/pub/a/dotnet/2003/03/03/repeater.html
But you can do better...