mikerob283
Member
- Joined
- Feb 15, 2005
- Messages
- 12
- Programming Experience
- Beginner
i have a category, vendor, part_no, description, cost, markup textboxes. I enter data into those textboxes and click add
add then takes the data from the textboxes and inserts into "inventory" table in a sql server
then refreshes the datagrid showing the table "inventory" w/ added row
now heres my problem
i want to be able to double click or click a row in the datagrid and it takes each column and puts the text back into the text boxes so i can press delete
how do i double click or click a row and it send the information from the grid's row into the right textboxes?
thanks
add then takes the data from the textboxes and inserts into "inventory" table in a sql server
then refreshes the datagrid showing the table "inventory" w/ added row
now heres my problem
i want to be able to double click or click a row in the datagrid and it takes each column and puts the text back into the text boxes so i can press delete
how do i double click or click a row and it send the information from the grid's row into the right textboxes?
thanks