
Hi
I want to display the data in the format that is represented in the screenshot. All the data that is shown is retrieved from Sql Server-2005 Database. Which is the best option for such kind of data representation? I have read in the forums, from them I could not get a clear perspective. Some were suggesting listview others nested datagrid, some repeater control. Can you please suggest me which one would be a proper and accurate way to go forward ?? Along with some reasons (if possible !!). And I’m using visual studio 2008, .net Framework 3.5, asp.net with c# and I’m NOT using LINQ in my project and it is a web application. The same picture can also be found at http://postimage.org/image/2xj9bdles/
Thanks in anticipation
You can definitely do this with a ListView and nested Gridviews. There is nothing tricky about it.
I suggest you start with a ListView and just make the parent rows (ie: the grey bar rows.) From there you can add in your nested GridViews.