What are Themes? What is their use ?



What are Themes? What is their use ?..

Answer / amirtha

ASP.NET themes are a collection of properties that define
the appearance of pages and controls in your Web site. A
theme can include skin files, which define property
settings for ASP.NET Web server controls, and can also
include cascading style sheet files (.css files) and
graphics. By applying a theme, you can give the pages in
your Web site a consistent appearance.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


what are partial classes and their use?

3 Answers   Microsoft,


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

0 Answers  


What is preprocessor in .net? Where it use?

0 Answers  


What are Sticky Sessions?

2 Answers   Infosys,






What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.

4 Answers   ABC, Syntax Softtech, TCS,


What kind of data we can store in viewstate?

0 Answers  


How many types of triggers are there in update panel?

0 Answers  


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


Is asp.net and .net are same or different?

0 Answers  


What are web server controls in asp.net?

0 Answers  


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


Categories