asp.net2.0中User Control與Server Control的區別

asp.net2.0中用戶自定義的User Control繼承於System.Web.UI.UserControl,而用戶自定義的Server Control則繼承於System.Web.UI.WebControls.WebControl。要想了解User Control與Server Control的不同,只需要看看這兩個類有什麼不同,如下圖。 System.Web.UI.UserControl
相關文章
相關標籤/搜索