the code below protects the server from generating unique but new name is always generated for the name attribute, but i want to deny new name generation, please help me
<asp:TextBox runat="server" ID="text1" name ="text1" Text="20" ClientIDMode="Static" />:
Regards