1. 程式人生 > >Net學習日記_ASP.Net_服務器控件

Net學習日記_ASP.Net_服務器控件

htm box 服務器 http .com 生命周期 pos html標簽 gpo

服務器控件特點:

在瀏覽器請求當前頁的時候,服務器控件(標簽)在服務器端 會被“轉成”對應的html標簽。

01. aspx頁面的執行流程

技術分享圖片

2 服務器處理頁面整體流程,包括頁面生命周期

(很重要,很重要!!!!!!!!!!!!!)

技術分享圖片

ControlWeb.bll只包含後臺頁面類。

前臺頁面集只有在運行才能生成。

3. 打造頁面控件樹和根據控件樹生成整個html代碼

技術分享圖片

控件分三種:

1.<html> 標簽

2.<html runat="server">

3.<asp:TextBox runat="server">

Net學習日記_ASP.Net_服務器控件