hi I’m having problem with my database. I’m using access as my database and vb .net 2008.My problem is i change a field into 2 decimal places and when i debug my program why my data in the datagridview not a 2 decimal?
Example : in access TotalCost = 200.00
in vb form datagridview TotalCost = 200
hi I’m having problem with my database. I’m using access as my database and
Share
Try this:
Format Data in the Windows Forms DataGridView Control