what is Theme in Asp.net 2.0



what is Theme in Asp.net 2.0..

Answer / alb.shah

Master pages allow you to dictate the layout and common
content for the pages in your application using template
files with a .master extension. The Themes feature in
ASP.NET 2.0 allows you to dictate the appearance of
controls in your application using template files with
a .skin extension, and with style sheets. In this article,
we will examine the Themes feature in-depth.

What you ultimately can achieve with the combination of
these two features is the following:

-Easily build a web application with consistent layout and
appearance across all pages
-Easily change the layout and appearance of all pages just
by modifying a few template files
-Easily personalize an application at run time for a
specific user by letting the user chose their favorite look
from a number of appearance and layout options

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Why is mvc better than asp.net?

0 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


What is difference between inproc and outproc?

0 Answers  


How can I open ashx file in mobile?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,






RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


Do gac'ed assemblies have fulltrust?

0 Answers  


Why is this service branded with windows livetm?

0 Answers  


What is difference between session and cookie?

0 Answers  


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

0 Answers   HCL,


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


Categories