A
Agnes
In my Datagrid, I will sum up the input value and store into decTtlFDebit
E.g DecTtlFDebit is 15
the textbox only display 15
I want the display is 15.00 , How can I do that ??
I try the following method , but still fail .
Me.txtTtlFDebit.Text = Math.Round(decTtlFDebit * 1.0, 2)
E.g DecTtlFDebit is 15
the textbox only display 15
I want the display is 15.00 , How can I do that ??
I try the following method , but still fail .
Me.txtTtlFDebit.Text = Math.Round(decTtlFDebit * 1.0, 2)