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 |
Why is mvc better than asp.net?
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?
How can I open ashx file in mobile?
what is the deference between dataset and data adapter?
RequiredFieldValidator--write code in javascript
Do gac'ed assemblies have fulltrust?
Why is this service branded with windows livetm?
What is difference between session and cookie?
How many view state can be hold by a aspx page ?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
about view state and how validation controls will be executed on client and server