hi,
I have a UserControl that contains several buttons,
clicking any button of this usercontrol causes validation for a separate textbox.. I need to know how can I distinguish wich button was clicked and caused the validation coz the handling of the textbox validating depends on wich button was clicked.
I have a UserControl that contains several buttons,
clicking any button of this usercontrol causes validation for a separate textbox.. I need to know how can I distinguish wich button was clicked and caused the validation coz the handling of the textbox validating depends on wich button was clicked.