Click here to Skip to main content
15,911,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all
I have one confusion

I web app

we some time needs some reports or data in a way which cant be fit suitable in any data controls available in asp.net like gridview,repeater,datalist like
suppose datavalue1,2,3,4,5,6,7 is the required data coming from database and we want report like following
someheadings//////////////////
          againg heding
             address

and then data in following way

datavalu1   datavalu2          datavalu3

datavalu4                      datavalu5

datavalu6                     

           datavalu7




then we will have to append string in stringbuilder and will have to maintain html tags like tables,td,tr,div and many others and the finally write stringbuilder string

Is this a better way for plenty of amount of records and also is there any way to take such data in asp.net data bind controls
Posted
Updated 28-Dec-11 3:57am
v2

1 solution

The Repeater and DataList controls use templates so the rendered structure can be very flexible. Using XSLT to produce rendered output may also be an option.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900