vs2005建立頁面的主題

2022-05-04 21:27:11 字數 1388 閱讀 8205

建立頁面的主題

1.建立乙個新的目錄

在你的**

注意你的目錄必須命名為

2.建立乙個子目錄在你的

下去裝載你的主題檔案。

例如建立乙個

bluetheme

目錄3.

新增檔案到你子目錄下。例如新增

button.skin4.在

button.skin

裡寫如下語句

<

asp:

button

runat

="server"

backcolor

="red"

forecolor

="white"

font-name

="arial"

font-size

="18px"

skinid

="aa"

/>

<

asp:

button

runat

="server"

backcolor

="red"

forecolor

="blue"

font-name

="arial"

font-size

="18px"

/>

在website

中應用你的主題1 在

web.config

裡加入pages

元素<

pages

theme

="bluetheme"/>

注意。這裡的

theme

為你的子目錄名稱

2頁面中使用

<

asp:

button

id="button1"

runat

="server"

text

="button"

skinid

=aa/>

<

asp:

button

id="button2"

runat

="server"

text

="button"

/>

這樣你看看你的效果

how to: disable asp.net themes

to disable themes for a page

<%@ pageenabletheming="false"%>
to disable themes for a control

動態更改主題    

protected void page_preinit(object sender, eventargs e)

VS2005建立智慧型裝置DLL

1 檔案 新建 其他語言 visual c 智慧型裝置 win32智慧型裝置專案 2 輸入名稱dll 3 平台 選中要支援的智慧型裝置sdk,這裡選擇wm5 wm6 4 應用程式型別 選擇dll專案 5 新建.h和.cpp檔案 如下 h ifndef dll test h define dll te...

VS2005建立智慧型裝置專案失敗

一 visual studio 2005與 ie8 衝突的解決辦法 1 執行 regedit 登錄檔編輯器 2 找到 hkey current user software microsoft windows currentversion internetsettings zones 3 在zones...

VS2005驗證控制項

驗證控制項,這個對我們來說是比較重要的,雖然他不高深,可用處是很大的,常見與資訊收集 其實他也沒有多少要講的,主要有以下幾個方面 他可以被定義外觀 廢話 驗證程式的顯示方式,是靜態還是動態 注意第乙個驗證控制項的兩種 分組顯示錯誤資訊 自定義服務端驗證 自定義客戶端驗證 正規表示式 required...