I have code in a textboxes textchanged event which obviously fires when the user changes the text in the textbox.
Question is if I change the textboxes text from code elsewhere during runtime, why doesn't the textchanged event fire?
Is there a way to force it to fire?
Question is if I change the textboxes text from code elsewhere during runtime, why doesn't the textchanged event fire?
Is there a way to force it to fire?