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
Please briefly explain the usage of global.asax?
Explain the concept of View Model in MVC?
What is true about application service provider?
Explain the concept of event bubbling in ASP.NET?
What are assemblies and namespaces and explain the difference between them ?
What are the advantages of Web API?
What's the use of response.output.write()?
How does cookies work in asp net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How do you identify that the page is postback?
When cookie will expire?
What is session in web technology?
What are the asp.net server side objects?
Explain in what order a destructors is called.
What is the significance of finalize method in .net?