Application development Hi, I am in sales module--windows application. I am using datagrid in which I can take columns manually with unbound---like this
product id name, description, price, units, total amount, etc.
If I enter product id in datagridview column1 it displays name, description, price from database-and units enter manually, and total amount would be calculated automatically... |