based on gdv cell selecion value get into textbox
In a form i have datagridview(book_id,book_name) and a textbox.my requirement is if i double click on book_id(cell) in dgv then i want to get quantity_available based on book_id selection
from book_stock table
book_stock (table) has columns
book_id,quantity_available