I am making an enrollment system. My database table for the enrollment has 30 columns. I wonder which datapresentation suits this kind of multiple columns. Do you think gridview is suited for this? If I would have an edit function then do you think it's kinda long?
I also made a form that is a duplicate of the original registration form, wherein the textboxes has been changed to labels for databinding and printing.