I'm trying to add a button on my ASP.NET page. I have experience with Windows forms and I know how to link a click event to a button, but in ASP.NET MVC this link is different.
How to make this link correctly so that when I click the button, the click event written in my c# source to be triggered?