Hi,
How to put all textboxes in a solution with a div outside them ?
I have as example:
<asp:TextBox ID="txtName" runat="server" Text="">
And i need to put a div like:
<div class="etc">
<asp:TextBox ID="txtName" runat="server" Text="">
</div>
But on every textbox in the solution.
Thanks in advance !
...
Go to the complete details ...