Answer Posted / 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 View All Answers
Define tracing.
Define repository pattern in asp.net mvc? : asp.net mvc
What is ascx?
What is the Difference between MVC And MVP design pattrens
Can you use Web API with ASP.NET Web Form?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Can a master page have more than one contentplaceholder?
Apart from IDE what are the enhancements in asp.net 2.0?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
List the types of authentication supported by asp.net?
What is inheritance and an how it be used, example with an example?
What is Bundling and Minification in MVC?
What is custom attribute?
How long the items in ViewState exists?
Can more than one person use the same login?