文章分类 -  Asp.net

摘要:Page Events: Order and PostBack Published: 17 Oct 2003 Abstract This article lists the complete lifecycle of ASP.NET Pages, including t... 阅读全文
posted @ 2005-01-11 10:23 Vincent 阅读(1539) 评论(1) 推荐(0)
摘要:首先,建立一個名稱為WebPlaceHolder.aspx的Page. 在WebPlaceHolder.aspx中添加一個PlaceHolder控件. PlaceHolder控件就是: 動態儲存 Web 網頁上加入的WebUserControl. (重點就在使用PlaceHolder控件上) 其次,在加入一個名稱為WebUserControl1.ascx 的WebUserContro... 阅读全文
posted @ 2004-11-25 11:14 Vincent 阅读(1495) 评论(2) 推荐(0)