Hi, I am using a webDateTimeEdit control . i want to use it as time control, i have changedEditModeFormat as short time and displayFormat as Shaort Time. While getting data from databse it is gettign correct values , after binding it to the control ,it overrides the time in the box with the date - can this be stopped?
Could any one please help me on this.
Thank in Advance
Sreenivas
Try below. It works fine on my side.
EditModeFormat
="HH:mm" DisplayModeFormat="HH:mm" DataMode="EditModeText"