I used a gridview to display data for multiple records. I set the column widths with the appropriate headers. The data size can vary drastically for some of the fields. This did not work very well. I need something like a formview to display the records so
that I can control the display better. One of the things I need to do is to be able to put the controls on more than one line. I also need to edit and/or delete these records.
What is the best data container to use?
Thank you.
Go to the complete details ...