Hi over there,

I've got a DataBoundField in a GridView which name is (both gridview-column
and the column in the database) "TimeInMinutes". And I want another column,
that displays the hours, means the same value as in the TimeInMinutes-Column
divided through 60.
I tried to achieve that with the DataTextFormat field, but I've got no luck.
Is that possible anyway, or do I have to do that by manual by code?

DataTextField: TimeInMinutes
DataTextFormatField: {0:d/60} ???

How can I achieve that I've got another column in my grid view,
that is not existent in the database, but visible in the gridview,
with the value of the database-column "TimeInMinutes" displayed in hours?

any help appreciated,
cheers,
Markus Kofler