This is a discussion on How to disable themes for a page and control? within the ASP and ASP.NET Programming forums, part of the Web Development category; How to disable themes for a page and control?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Set the EnableTheming attribute of the @ Page directive to false, as in this example: <%@ Page EnableTheming="false" %> Set the EnableTheming property of the control to false, as in this example: <asp:Calendar id="Calendar1" runat="server" EnableTheming="false" /> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Page' ia an unambiguous reference between 'System.Web.UI.Page' and 'Project1.Page' | poornima | ASP and ASP.NET Programming | 1 | 03-05-2008 03:12 AM |
| detect hour of the day and selects a link, they go to either a day page or night page | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 01-11-2008 02:09 AM |
| How can I disable links and buttons till the page is loaded? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 10-15-2007 03:13 AM |
| use of Custom Control and User Control? | a.deeban | ASP and ASP.NET Programming | 1 | 08-20-2007 08:25 AM |
| "Press SPACEBAR or ENTER to activate and use this control" how to disable this | oxygen | ASP and ASP.NET Programming | 1 | 07-21-2007 03:01 AM |