Hi there,
is there a way to "call" the validation event of a textbox via code
Basically i have populated a textbox from code, and wish to raise a validation event.
The validation will always be ok since its validating information its taken from the database (which was validated before it went into the database)
However my validation event calls a function which performs another take
it populates a label with the supplier name for example, after validating the supplier code the user entered
is there a way to "call" the validation event of a textbox via code
Basically i have populated a textbox from code, and wish to raise a validation event.
The validation will always be ok since its validating information its taken from the database (which was validated before it went into the database)
However my validation event calls a function which performs another take
it populates a label with the supplier name for example, after validating the supplier code the user entered