Answer Posted / amirtha
ASP.NET themes are a collection of properties that define
the appearance of pages and controls in your Web site. A
theme can include skin files, which define property
settings for ASP.NET Web server controls, and can also
include cascading style sheet files (.css files) and
graphics. By applying a theme, you can give the pages in
your Web site a consistent appearance.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can u debug your .net application?
Can any body provide me the sample web application in asp.net
What are the Types of authentications in IIS
Explain what is viewstate?
How do you remove duplicates without using remove duplicate stage?
Explain how can you debug your .net application?
What are the different kinds of assemblies?
Where do we store our connection string in asp.net application?
What are the merits and demerits of viewstate?
Explain how asp.net different from asp?
Where session id is stored?
How to prevent client side validation from the ASP.NET validation controls?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Define a static class?
Can we use html in asp.net?