I've got a webpage which is pulling up a table from sql server into a datatable in the codebehind of the main page.
It displays the columns correctly, however I want to have a checkbox next to each row so that the user can check off the rows he wants to have copied to a database on another server.
How do I add this to the grid?
I've added a <asp:checkboxfield> but believe that refers to a column in the database, and not a separate checkbox.
It displays the columns correctly, however I want to have a checkbox next to each row so that the user can check off the rows he wants to have copied to a database on another server.
How do I add this to the grid?
I've added a <asp:checkboxfield> but believe that refers to a column in the database, and not a separate checkbox.