T
Tony Johansson
Hello!
I just wonder why some example use the label control in this way as #1.
I find it more sensible to use the label control as in example #2.
Is it the same if the label is used as #1 and #2 ?
#1 <asp:Label ID="suitLabel" runat="server">club</asp:Label>
#2 <asp:Label ID="suitLabel" runat="server" Text="club" />
//Tony
I just wonder why some example use the label control in this way as #1.
I find it more sensible to use the label control as in example #2.
Is it the same if the label is used as #1 and #2 ?
#1 <asp:Label ID="suitLabel" runat="server">club</asp:Label>
#2 <asp:Label ID="suitLabel" runat="server" Text="club" />
//Tony