Hi guys, i need to create an html report where i've to put a table into. This table is composed by 265 rows and a variable column number (between 1 and 150+).
Problems start when i try to render a report with 20+ columns: data fetching from db is fast, but rendering the result in the html table is very slow!
I create the report in the code-behind through TableRow/TableCell , by cycling on a List property of my object. Viewstat is disabled.
any ideas?