<html>
<head>
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
</head>
<body>
<%=now()%>
<form runat=server>
<asp:calendar ID="calendarl1" runat=server />
</form>
</body>
</html>
本文介绍了一个简单的 ASP.NET 网页示例,展示了如何在网页中使用服务器控件 Calendar。通过该示例,读者可以了解 ASP.NET 中服务器控件的基本用法及其在网页中的呈现方式。
<html>
<head>
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
</head>
<body>
<%=now()%>
<form runat=server>
<asp:calendar ID="calendarl1" runat=server />
</form>
</body>
</html>

被折叠的 条评论
为什么被折叠?