I am new to asp.net, razor and bootstrap and very familiar with winforms and older code.
I am trying to understand one thing: button click event in MVC?
MVC has no design view, no properties view to go right to the events. I have been trying to understand the relationship between jquery, c# and a button in a view, where does the logic live? i have created functions, tried to set a debug breakpoint, says code will never get here...
The other examples seem to be that while c# has a single onbutton click() event; in the mvc there could be several files that must line up with no intellisense to make sure its got the right handler???