I need to be able to view data from a SQL database, and select specific rows to print (dealing with this later).
Considering I don’t need to edit the data at any point, and all I need is the data with one checkbox extra, what control would be best?
I need to be able to view data from a SQL database, and select
Share
Most likely a GridView: