A
Amjad
How can I execute the code of a button control when
another button is clicked?
Amjad
another button is clicked?
Amjad
* "Amjad said:How can I execute the code of a button control when
another button is clicked?
Just invoke the method that handles the click event of the other button:
Button1_Click(Button2, EventArgs.Empty)