Guest_imported
New member
- Jan 1, 1970
- 0
Hello people.Can I get some help?
I know that child controls that are either HTML tags or text strings and aren't processed on the server are being compiled into LiteralControl objects.
What sort of strings do we mean by 'not processed on the server'?
If a label control is declared:
<asp:Label runat="server">
this
</asp:Label>
Is "this" string compiled into LiteralControl?
A quick one if I can-I know it works,but can I do it?
<asp:Label runat="server">
<h1>this</h1>
</asp:Label>
Thanx
I know that child controls that are either HTML tags or text strings and aren't processed on the server are being compiled into LiteralControl objects.
What sort of strings do we mean by 'not processed on the server'?
If a label control is declared:
<asp:Label runat="server">
this
</asp:Label>
Is "this" string compiled into LiteralControl?
A quick one if I can-I know it works,but can I do it?
<asp:Label runat="server">
<h1>this</h1>
</asp:Label>
Thanx