Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベース内の単一のテーブルにバインドされているDetailsViewコントロールがあります。DBのフィールドの1つは、DATETIME何かの時刻を表すフィールドです(私は日付を使用していません...)
DATETIME
テンプレートフィールドに、この時間データにバインドされる2つのテキストボックスが必要です。1つは時間用、もう1つは分用です。
それを行う最も簡単な方法は何ですか?
時間の最初のTextBox(24時間形式):
Text='<%# Eval("DateTimeField", "{0:HH}") %>'
2番目のTextBoxを数分間:
Text='<%# Eval("DateTimeField", "{0:mm}") %>'
カスタム日時形式の文字列