| |||||
Literal Control SyntaxASP.NET Syntax ASP.NET Syntax for Web Controls Displays static contents on the page and allows you to manipulate it programmatically.
For information on the individual members of this class, see Literal in the class library. RemarksThe Literal control renders static text on a Web Forms page.
For more information, see the Literal Class documentation. Syntax ExampleThe below code snippet demonstrates how to use the Literal control to display static text. <body>
<form runat="server">
<asp:Literal id="Literal1" Text = "Hello World!" runat="server" />
</form>
</body>
See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme