I have a simple form written in asp.net/C# and when I try to press enter, and in the input field of the form does not submit the form for any reason. I applied the fix for the previous error, in which pressing the button just refresh the page without sending the form data, but now pressing the enter button does nothing, the correction is below:
<div style="display: none">
<input type="text" name="hiddenText" />
</div>
Does anyone know of a fix for this or a workaround?
Jimmy source
share