I have a fully patched VS 2019 Community Edition. I have new aspx page that has the following on it.
<asp:Button ID="btnImport" runat="server" Text="Import" />
when i look at the code behind what i've always done in the past is select the btnImport from the center top of the screen. Once btnImport is selected i can then click on the drop down next to it and select what event i'd like to be generated.. such as a click event.
Right now when i select btnImport, it doesn't stick, it goes back to the the page name. Because of this i can get the click event to auto generate.
Is there something i can do to get it to act like it used to. I'm thinking it's a VS update or something that has changed as it's happening on more than one machine now. thanks
I also tried to created a new project.. an empty asp.net site. I created the button like above and i'm having the same issue.. it shows up to select but once i select it, it goes back to the top and doesn't allow me to click on any events