danomatic
Member
Is it possble to set VS.Net to make this tag:
appear by default like this?
or is there a danger in this? I am new to ASP.Net
Dan
Code:
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
appear by default like this?
Code:
<asp:TextBox id="TextBox1" runat="server" />
or is there a danger in this? I am new to ASP.Net
Dan