How to remove themes from certain controls?

Answers were Sorted based on User's Feedback



How to remove themes from certain controls?..

Answer / sks

Override the property EnableTheming by setting it
to "False" for those controls

Is This Answer Correct ?    1 Yes 0 No

How to remove themes from certain controls?..

Answer / skt

Set the CSSThemes property of a web page for the generic
theme. Then customise the appearance of the selective
controls. The controls with there local properties set will
override the settings of the theme.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

State differences between MVC and WebAPI

0 Answers  


What Are Different Types of Debbugers

2 Answers   Accenture, TCS, Wipro,


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

0 Answers   BirlaSoft,


If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


What permissions do asp.net applications posses by default?

0 Answers  


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


How does the cookies work in asp.net?

0 Answers  


How do you bind array to gridview? Will it works?

4 Answers   HP,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format?

1 Answers   FutureTech,


Categories