Answer Posted / amit patel
* Follow Belowe steps
1) Create CSS File
2) Add App_Theme Folder in Solution Explorer
3) Create New Folder named Theme in App_Theme folder
4) Put Css into Theme Folder
5) in Page Directive of any pages of .net put beolwe line
<%Page Theme="Theme" %>
| Is This Answer Correct ? | 30 Yes | 9 No |
Post New Answer View All Answers
What is difference between session and viewstate?
What are the advantages and limitations of query string?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are the Types of objects in ASP
What is the difference between c# and .net?
What is the difference between viewstate and hidden field in asp.net?
What are asp.net web forms?
What is a web pool?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How do http sessions work?
How long does an http session last?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Describe session handling in a webfarm, how does it work and what are the limits?
Write a code for passing ArrayList in Web API?
What is Dynamic Web and discuss its usage with the help of real life examples?