C
crjunk
I have a gridview with a column named TimeOver. Currently, it will
return a value, such as 25.52.
Can the DataFormatString property for the TimeOver data column be
modified so that it display "25 Hours 52 Minutes" instead of just
"25.52"?
I'm trying not to modify the sql function that is computing this value
for me. The reason why is to complex to try and explain in this
message.
Thanks,
C.R. Junk
return a value, such as 25.52.
Can the DataFormatString property for the TimeOver data column be
modified so that it display "25 Hours 52 Minutes" instead of just
"25.52"?
I'm trying not to modify the sql function that is computing this value
for me. The reason why is to complex to try and explain in this
message.
Thanks,
C.R. Junk