I have a button with OnClick=Button_Click. I want to call Button_Click from another function but the problem is that I need to give it:
(object sender, EventArgs
Extract the functionality that you have within the "onclick" into another function. You can then call it from anywhere, including the onClick.