0
Answer

Not sure which control to use

Ask a question
buffer

buffer

18y
1.4k
1
Basically I need to display 5 columns of data, and 10 rows at a time. I would use a DataGrid for obvious reasons i.e. paging etc. But I need to display in the each column, the date from a sql database, a checkbox, a picture (which is a location in a database, the actual file is stored in a file system), the users name in the fourth column and two buttons (approve, deny) in the last column. Right now I have all of this in a table control because I can customize each cell, but as I'm writing my own paging control, I'm realizing this is a big pain in the butt. Any help would be greatly appreciated! Thanks in advance :)

Next Recommended Forum