T
Tony
Hello!
If I have this web server control with a value of Type:
<asp:Label ID="Label1" runat="server"> Type:
</asp:Label>
then this control use the property text to set it to Type:
<asp:Label ID="Label1" runat="server" text="Type:" />
So are these two ways the same thing ?
//Tony
If I have this web server control with a value of Type:
<asp:Label ID="Label1" runat="server"> Type:
</asp:Label>
then this control use the property text to set it to Type:
<asp:Label ID="Label1" runat="server" text="Type:" />
So are these two ways the same thing ?
//Tony