skip to Main Content

How to call c# method after js function – Asp.net

When I update the Input Text field in a web forms application with the javascript method, the change method in the c# code does not work. How can I do that? <asp:TextBox ID="Value1" Columns="2" MaxLength="3" Text="1" runat="server" OnTextChanged="Value1_TextChanged"/> <button onclick="changeText()">sample</button>…

VIEW QUESTION
Back To Top
Search