i want to overide value in datagridviewcell. I have Dropdownlist.when i select the dropdown item. textbox value should overide in datagridview cell. any suggestion.
//this particular code .pulls the vatrate from access database
dvgproductlist.Rows[i].Cells[11].Value = dt.Rows[i]["VATRate"].ToString();
thanks in advance.