Dear Friends
I am using visual basic 2008 amd creatomg a datagrodview format like below
Product Code | Product Description | Price | Qty | Discount(%) | Total
00001 Biscuits 10 2
00002 Cream 50 2
Now I wnat to get total balance in total column after less discount in percentage with ENTER EVENT proceedure and get the whole total column balance in a textbox i.e Net BalanceTextBox. Please tell me how to calculate discount in percent % and get total in total column and also tell me how to move cursor in next cell instead of bottom row in datagridview.
thanx