Okay. I have a dataset that has like 20 columns. I need to display the data to the user, without having them scroll horizontally. I don't want to databind a ton of textboxes. I thought about a paging bar, but it seems like that is just for displaying many records, not a record with many columns.
Does anyone have suggestions for how I should solve my problem?
Does anyone have suggestions for how I should solve my problem?