69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

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>
相關(guān)文章