This documentation is archived and is not being maintained.
Literal Web Server Control (Visual Studio)
Visual Studio 2005
The Literal control renders static text into a Web page without adding any HTML elements. You can manipulate the text programmatically with server code.
Note |
|---|
| If you want to display static text, you can present it using HTML; you do not need a Literal control. Use a Literal control only if you need to change the contents in server code. |
The following topics provide information that you will find useful in learning to work with the Literal Web server control.
In This Section
See Also
Show:
Note