I have a JavaScript code that makes creating HTML fields in an ASP.NET page. How do I call the function for the Code Behind and return to the created fields? If I could use ASP.NET in this case, I would have to create multiple Textbox
and manipulate the value on the server.
<input type="text" onblur="pesquisa(this.name, 1)" maxlength="10" size="10" value="" name="contrato1" onkeypress="FiltraTecla(event);">