Written By:- Isha Malhotra(malhotra.isha3388@gmail.com)
If you find this article useful then leave your comment
Themes in Asp.net
Sometimes we need to change the layout of application for
different-different user. For example if a single application is used by
different-different client and every client has his own color schema, logo,
font etc. requirements then we use themes
A theme is a collection of skin files, css, graphics, images
etc.
Add Theme
To add theme we have to first create the theme folder using
name App_Themes.
Figure 1
