Report in ASP.Net - code or transformation?

bryantsunglow

New Member
So I have to write a HTML report that pulls information from various XML sources. I have the choice of using XSLT to generate the report or just write it in ASPX by serializing the XMLs into C# objects and using these objects to fill in the information in the aspx page.Which alternative would be better in terms of development time and performance?
 
Back
Top