Hello
I have a simple problem.
I have a form that has textboxes that are validated when button1 is clicked. This works great. However when I call the click event from code (example: button1_Click(sender,e))
no validation occurs. How do I make the call from code validate?
Go to the complete details ...