Hi,
I have two columns in datagrid which are of type varchar in database .These two columns stores start time and end time value.Now I want to have one column which will store the difference between start and end time.
How to do that. For example my start time stores 09:20 and and time value is 09:30 ,but these are two varchar fields in database.
I have two columns in datagrid which are of type varchar in database .These two columns stores start time and end time value.Now I want to have one column which will store the difference between start and end time.
How to do that. For example my start time stores 09:20 and and time value is 09:30 ,but these are two varchar fields in database.
Comment