ShawnMolloy
MIS
Hello,
I have a gridview control with a column like this:
<asp:BoundField DataField="Length" HeaderText="Time" />
The data in the database looks like this:
132
502
321
I would like to to display as such
1:32
5:02
3:21
is there an easy way to do this?
Shawn Molloy
Seattle, WA
I have a gridview control with a column like this:
<asp:BoundField DataField="Length" HeaderText="Time" />
The data in the database looks like this:
132
502
321
I would like to to display as such
1:32
5:02
3:21
is there an easy way to do this?
Shawn Molloy
Seattle, WA