jamaarneen
Programmer
Hi,
I haven a textbox to fill in and/or change a date.
The fillin or change, can occur in several ways: manually; automatically by the Click Event; through the Plus/Minus or Up/Downbuttons.
I want to put some code that should validate the value, and undo (back to OldValue) if necessary.
So which event will fire EVERY time the value will be changed?, so I can put there my code once
(the Change event will fire only if it's changed manually)
I haven a textbox to fill in and/or change a date.
The fillin or change, can occur in several ways: manually; automatically by the Click Event; through the Plus/Minus or Up/Downbuttons.
I want to put some code that should validate the value, and undo (back to OldValue) if necessary.
So which event will fire EVERY time the value will be changed?, so I can put there my code once
(the Change event will fire only if it's changed manually)