Hi All.
My stored procedure covert two integer column Hours and Minutes to varchar data type and after concatenation the result looks like HH:MM (1:05).
In DGV form I have problem to display same values. The EmpTime column is dispay time like (1:5). The column's coding is:
Me.DataGridView.Columns("EmpTime").DefaultCellStyle.Format = "HH:mm".
How to fix that problem.
Thanks.