How to Bind Product Prices outside Data grid view textboxes
I am creating windows application using c#, here I am using my billing form datagridview my datagridview columns (Slno, ProductName, Price, Qty, Amout). I am already stored my product(table name) database table, each product stored different 4 prices (Ex : Ball, price1-10, price2-20, price3-30, price4-40),When I am entered datagrdiview ProductName that time above 4 prices shown textboxes outside gridview .
How to develop above my project any one give me ideas.