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 |
With out Web.config can we executes the application?
What are the HTML server controls in ASP.NET?
Explain what does wsdl stand for?
how to edit gridview control in asp.net2.0
How many Directives r in ASP.NET?
What is the size of Get method and how much data it can store?
Is post back property in asp net?
What is redirectpermanent in asp.net?
What are the Types of state management techniques
What is the purpose of master page?
Can you set the session out time manually?
please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit