Hello...
 
I have a datagridview with columns named Price ,Quantity and total. now in  the total column i  wanna display the prices which comes by multiplying  the price and quantity (like  total=Price * quantity). I'm working with windows c# application.
                     may i know how can i do this.. please  Help Me..
 thanks.