Q: I want to know :
- Can the .skin files replace the
CSS files? -
What are the advantages of
.skin files? -
Can .skin files offer more
than CSS files?and
-
When to use skin files in my web
application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Asp.net skins are one part of asp.net Themes. From the MSDN docs:
Skins are used to define default markup for asp.net server controls:
whereas CSS is used to style your native HTML elements (of course asp.net server controls render as native elements so CSS can also be used to style these