Google 搜尋器
Google

目前分類:ASP.NET (C#) (2)

瀏覽方式: 標題列表 簡短摘要
http://asp.net-tutorials.com/
http://quickstarts.asp.net/QuickStartv20/aspnet/

alex0126 發表在 痞客邦 留言(1) 人氣()

<script language="C#" runat="server">
        void Page_Load(Object sender, EventArgs e) {
            Message.Text = "You last accessed this page at: " + DateTime.Now;
        }
</script>

alex0126 發表在 痞客邦 留言(0) 人氣()