How to remove themes from certain controls?
Answers were Sorted based on User's Feedback
Answer / sks
Override the property EnableTheming by setting it
to "False" for those controls
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
State differences between MVC and WebAPI
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
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
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?
What permissions do asp.net applications posses by default?
How can u deifne the benefits and limitation of using Viewstate for state management?
How does the cookies work in asp.net?
How do you bind array to gridview? Will it works?
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.
hi guys do u know how to go one page to one page to another page plz tell me any of u know
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?