I have some 20 pages to be developed, mostly containing data shown in tabular format. Columns and data are all different for all pages.
I was wondering that I could create a user control which can create the columns dynamically, but I am stuck wih which data control of asp.net would be best in terms of performance and easy to implement. That way I can just have a single user control used in all pages.
Please help me out with your valuable suggestions. If there is some other better way to handle this situation, I would be glad to hear it.
Thanks.