Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LiteralControls-Help

Status
Not open for further replies.

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=&quot;server&quot;>
this
</asp:Label>

Is &quot;this&quot; string compiled into LiteralControl?

A quick one if I can-I know it works,but can I do it?
<asp:Label runat=&quot;server&quot;>
<h1>this</h1>
</asp:Label>

Thanx

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top