asp.net主题学习实例
时间:2010-09-07 来源:海滨小城
asp.net主题学习实例
<asp:Label runat="server" BackColor="blue" ForeColor="white" />
<asp:Label runat="server" BackColor="DarkBlue" ForeColor="white" SkinId="Dark" />
<%
--ImageUrl如下设置则解析到该主题下的Images文件夹的pic.jpg文件--%>
<asp:Image runat="server" ImageUrl="Images/pic.jpg" />
Red主题







主题测试-Theme
Themes/Theme.aspx



























主题测试-StylesheetTheme
Themes/StylesheetTheme.aspx



























主题测试-动态加载主题
Themes/Dynamic.aspx



















Themes/Dynamic.aspx.cs









































相关阅读 更多 +