J
Joe Kovac
Hi!
I want the user to edit a textbox which allows following values only:
- Time (Format: 23:59, HH:MM)
or
- NULL (empty string)
What can I do, so that this works kinda automatically, meaning on the
client side. It would be also nice, that not only errors would be
detected, but also that "wanted error" would be corrected if possible,
e.g. exchange "30" by "00:30".
Which control and properties do I need? As a reminder, I do not use a
bound field but a TextBox.
Thanks
Joe
I want the user to edit a textbox which allows following values only:
- Time (Format: 23:59, HH:MM)
or
- NULL (empty string)
What can I do, so that this works kinda automatically, meaning on the
client side. It would be also nice, that not only errors would be
detected, but also that "wanted error" would be corrected if possible,
e.g. exchange "30" by "00:30".
Which control and properties do I need? As a reminder, I do not use a
bound field but a TextBox.
Thanks
Joe