I have a DetailsView control that is bound to a single table in my database.
one of the fields in the DB is a DATETIME field which represents the TIME of something (i’m not using the date…)
I want two textboxes in my template field that will bound to this time data, one for Hours and second for Minutes.
What is the easiest way to do that?
first TextBox for hours(24h format):
second TextBox for minutes:
Custom DateTime Format Strings