As I have this, Dim CommandText2 As String = "Select SUM(PeriPrice) FROM Peripheral Where PCID='P0003'" It sums up, and displayed "3399.000" on the datagrid. But I want - 3,399.00. Is there any way to do it? Please help. Thanks.
As I have this, Dim CommandText2 As String = "Select SUM(PeriPrice) FROM Peripheral Where PCID='P0003'" It sums up, and displayed "3399.000" on the datagrid. But I want - 3,399.00. Is there any way to do it? Please help. Thanks.