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 |
|
#1
| |||
| |||
| How to disable themes for a page and control? |
|
#2
| |||
| |||
| 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 |
| Out-of-date information and very interesting themes | videoonlinego | Flash Actionscript Programming | 1 | 01-25-2009 09:46 PM |
| Accessing control in other page. | Kirubhananth | ASP and ASP.NET Programming | 2 | 04-01-2008 03:01 AM |
| 'Page' ia an unambiguous reference between 'System.Web.UI.Page' and 'Project1.Page' | poornima | ASP and ASP.NET Programming | 1 | 03-05-2008 02:12 AM |
| How can I disable links and buttons till the page is loaded? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 10-15-2007 02:13 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 02:01 AM |
Our Partners |