If I need to format data for a report to display on a page, is it better to create the entire string (html and data) within a dll and return the string to the asp for display, or is it better to return a recordset from the dll and format the string within the asp. In both cases I will be using a string class for string concatenation.
TIA
TIA