In my form I need to insert different inputs of type \"text\". The inputs must be html controls with name and id\'s. Because I send this form to a external url.
For
Add ClientIDMode="Static" to the control, e.g.
ClientIDMode="Static"
This is new feature in .NET 4. Official documentation.