skip to Main Content

ASP.NET (.NET Framework) asp Button in <form> tag doesn't call the OnClick function – Html

I have two forms in my Default.aspx <div class="form"> <form id="WordFilterForm" > <label for="inputString">Enter a string:</label> <input type="text" id="inputString" name="inputString" required="required" /> <br /> <asp:Button ID="WordFilterButton" runat="server" Text="Filter" OnClick="WordFilterButton_Click" /> </form> </div> <div class="WordCountContainer"> <form id="WordCountForm"> <label for="inputText">Enter a large…

VIEW QUESTION

Unable to build ASP.Net apps

I am trying to build and compile an ASP.Net solution. The solution is new. Here is how I create it: For this demonstration I avoid creating anything post-creating the project, And here are the errors that I am getting: All…

VIEW QUESTION
Back To Top
Search