How to dynamically set global theme and read pages node content in Web. config.

Source: Internet
Author: User

I have been trying to find a simple method to dynamically update theme settings for the entire site of ASP. net2.0, but I have not found it yet. I still use the old method. Every page is overwritten by page. theme = mypage. currenttheme; this is achieved by dynamically updating the global variable mypage. currenttheme.

The default theme is set in Web. config. The configuration nodes are as follows:
<System. Web>
<Pages theme = "default"/>
</System. Web>
Many people do not know how to read theme values.Code.

System. Web. configuration. pagessection PS = (System. Web. configuration. pagessection) system. configuration. configurationmanager. getsection ( " System. Web/pages " );

Textbox1.text = PS. theme;

I also hope someone can solve my problem. Thank you.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.