M
Moe Sisko
Very basic question - is there any difference between the following two
lines :
<asp:TextBox ID="TextBox1" runat="server"
Text="hello"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" >hello</asp:TextBox>
i.e. it seems there are two ways to set the text of the TextBox, which seem
to have the same effect.
Thanks.
lines :
<asp:TextBox ID="TextBox1" runat="server"
Text="hello"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" >hello</asp:TextBox>
i.e. it seems there are two ways to set the text of the TextBox, which seem
to have the same effect.
Thanks.