hi....
I have a gridview with rows of info which does not go into edit mode.
A user clicks a checkbox which picks that item and adds a Unit Price
What i need to do is when a user clicks on a button, it should scan through the gridview for all items checked and pick up the Unit Price values and a couple of other field values and insert the information into a sql database
What would be the best way of doing this?
Thanks in advance!