tio-label2.aspx

来自「asp.net1.1入门经典C#.2003」· ASPX 代码 · 共 25 行

ASPX
25
字号
<%@ Page Language="c#" %>
<script runat="server">

    void Page_Load()
    {
      Message1.Text = "Vervain";
      Message2.Text = "Madrid";
    }

</script>
<html>
<head>
    <title>Label Control page</title>
</head>
<body>
    <h1>Feiertag Holidays 
    </h1>
    <form runat="server">
        <asp:Label id="Message1" runat="server"></asp:Label>, you have selected to receive
        information about <asp:Label id="Message2" runat="server"></asp:Label>. The information
        package will be sent to you. 
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?