When I update a gridview row, the decimal value automatically rounds. Suppose the price value in the edit textbox is 1.25, then it becomes 1 etc. The datatype in sql table is numeric(18,2). Please help me to fix the problem.When I update a gridview row, the decimal value