I haven't coded in 4 years and I am getting back into it. I was wondering why, when I double click a button to create an event handler on a webform, that the event handler is not generated automatically inside VS2017. Plus, when I wrote a event handler for the button, the handler still doesn't fire when the button is clicked after I try to use the button as an end user. I even set break points in the written button event handler to check out my code as it calls functions, and no luck.
I have looked for a solution but I didn't find one. Is there a VS2017 patch I need or can I roll back a VS2017 update?
Thanks!
PS - I am now disabled and trying to get my life back through programming again. It definitely is a slow process.