.net的服务器控件,labe的使用

来源:互联网 发布:全景天窗的优缺点 知乎 编辑:程序博客网 时间:2024/05/21 19:15


<%@ Page Language="C#" %>
<html>
<head>
   <title>Label Control page</title>
</head>
<body>
    <h1>Feiertag Holidays
    </h1>
    <br />
    <br />
    Thank you <asp:Label id="Message1" text="Chris" runat="server"></asp:Label>you have
    selected to receive information about <asp:Label id="Message2" text="Oslo" runat="server"></asp:Label>.
    The information pack will be sent out within the next 24 hours.
</body>
</html>

原创粉丝点击