asp:Literal : Literal « ASP.net Controls « ASP.NET Tutorial






<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Literal ID="Literal1" 
                     runat="server" Text="Hello, World!"></asp:Literal></div>
    </form>
</body>
</html>








3.2.Literal
3.2.1.asp:Literal
3.2.2.Literal Control
3.2.3.The Mode property of Literal control
3.2.4.Use code behind to set value to asp:Literal (VB.net)