I have 2 textboxes and 1 submit button in my asp.net webform. Those controls are purely HTML controls and I don't want to use runat="server"
property.
Now, when the user clicks the submit button, some action should be performed. For that where I have to write the code, and how to write the code in *.aspx.cs
page.
And one more issue is, how to maintain the state of my html controls. Please clarify my doubt