——此文章摘自《ASP
NET
+SQL Server網絡應用系統開發案例精解》定價
¥
特價
¥
詳細>>
http://track
linktech
cn/?m_id=dangdang&a_id=A
&l=
&l_type
=
width=
height=
border=
nosave>
為了提高主要代碼的重復使用性提高主要代碼性能把用戶界面部分的頭中間和尾部做成個用戶控件頭控件分別命名為STHeaderascx 和 STManagerHeaderascx中間控件分別命名為STMiddleascx和STManagerMiddleascx尾部控件命名為 STFooterascxSTHeaderascxSTMiddleascxSTFooterascx是一般用戶界面所調用的 STManagerHeaderascxSTManagerMiddleascxSTFooterascx是管理員界面所調用的下面就對管理員界面調用的頭中間尾部控件作一解釋頭控件如圖所示
頭控件STManagerHeaderascx的HTML代碼如下
<div align=center><img src=/Images/manageheadjpg border= usemap=#Map />
<map name=Map id=Map>
<!—區域連接元素>
<area shape=rect coords= href=/STManager/STManagerLoginaspx />
<area shape=rect coords= href=/STManager/STManagerDepaspx />
<area shape=rect coords= href=/STManager/STManagerProductaspx />
<area shape=rect coords= href=/STManager/STManagerDep_Prodaspx />
<area shape=rect coords= href=/Indexaspx />
</map></div>
中間控件如圖所示
http://developcsaicn/dotnet_ASP/images/jpg>
圖 管理員界面的頭控件
http://developcsaicn/dotnet_ASP/images/jpg>
圖 管理員界面的中間控件
right>[] [http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>]
From:http://tw.wingwit.com/Article/program/net/201311/15623.html