菜鸟有很多,偶是最大的那个

Phoenix

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
<%@ Page Language="c#" Explicit="true" Strict="true" %>
<script language="c#" runat="Server">
    private 
void Page_Load(object sender, EventArgs e)
    
{
        
//Put user code to initialize the page here

        litTitle.Text = "This is my page title.";
    }

</script>
<html>
    
<head>
        
<title><asp:Literal id="litTitle" runat="server"></asp:Literal></title>
    
</head>
    
<body>
        
<form id="Form1" method="post" runat="server">
        
</form>
    
</body>
</html>

出处:http://aspalliance.com/cookbook/ViewChapter.aspx?Chapter=1

posted on 2004-12-14 16:51  不死鸟  阅读(814)  评论(1)    收藏  举报