I have a console application and display several lines of tabular data in a text box. I want to display the data in a nicer, more professional format, like in a FlexGrid control. The calculated data is not part of a database. Is there a generic control I can use that will help me display up to 10 lines of data or is the FlexGrid control my best bet? Thanks.