I have a table with the fields like (Sno, Name, Cost, No_Of_Items).
when I want to bind this table into DataGridview with checkbox. In the bottom I have 1 add button and Textbox.....
I will checked some fields in gridview and click on add button, now I want total amount of selected items cost will appear in textbox....
THANK YOU ......