ASP.NET HTML 控件 Page_Load
asp.net html 控件 pageload
<script runat="server">
sub page_load
lbl1.text="the date and time is " & now()
end sub
</script>
<!doctype html>
<html>
<body>
<form runat="server">
<h3><asp:label id="lbl1" runat="server" /></h3>
</form>
</body>
</html>
sub page_load
lbl1.text="the date and time is " & now()
end sub
</script>
<!doctype html>
<html>
<body>
<form runat="server">
<h3><asp:label id="lbl1" runat="server" /></h3>
</form>
</body>
</html>
相關(guān)文章
- ASP.NET 教程
- ASP.NET
- ASP.NET Web Pages 幫助器
- ASP.NET Web Pages 圖表
- ASP.NET Razor C# 循環(huán)和數(shù)組
- ASP.NET Web 頁面
- ASP.NET ViewState
- ASP.NET XML 數(shù)據(jù)綁定
- ASP.NET Repeater 控件
- ASP.NET 母版頁
- ASP.NET DropDownList 控件
- ASP.NET HyperLink 控件
- ASP.NET Label 控件
- ASP.NET Literal 控件
- ASP.NET PlaceHolder 控件
- WebSecurity IsCurrentUser 方法
- ASP.NET HTML 控件 用 的DataList
- ASP.NET HTML 控件 Image
- ASP.NET HTML 控件 Literal 2
- ASP.NET HTML 控件 xml