Adding checkbox and textbox to gridview
I'm trying to add a checkbox and textbox to a gridview list of products.
The gridview is populated from a products table in a Access DB. I'm trying to get each line of the gridview to have a checkbox and textbox so the user can select the row and enter a quantity of the product then, after all the products they are ordering are checked w/ quantities input next to each line, the list is inserted into the database via a button event.
Being that I'm new to this, the simplier the better!!!

