J
jehugaleahsa
Hello:
Is it me, or is handling the Validating event for every control on a
form extremely annoying? It is especially annoying when my business
logic repeats most of the validation. Some things you can handle in
the business logic. But other things, like ensuring a textbox
represents a number or null, requires a developer's intervention.
I am asking whether or not there is an easier way of doing validation
for data bound controls.
Really, I am asking how other Forms developer perform validation.
Is it me, or is handling the Validating event for every control on a
form extremely annoying? It is especially annoying when my business
logic repeats most of the validation. Some things you can handle in
the business logic. But other things, like ensuring a textbox
represents a number or null, requires a developer's intervention.
I am asking whether or not there is an easier way of doing validation
for data bound controls.
Really, I am asking how other Forms developer perform validation.