Answer Posted / tza
Firstly, we create CSS file in ASP.Net. And then write CSS
code. And then we can call CSS file from html page. the
following
<%@ Language C# style"xxx.css">
| Is This Answer Correct ? | 48 Yes | 27 No |
Post New Answer View All Answers
What is the difference between equals() and == in c#?
How many web.config files can I have in an application?
What is Bundling and Minification in MVC?
Where is the view state data stored?
What is routing in MVC?
Explain how dot net compiled code will become platform independent?
Explain the concept of MVC Scaffolding?
What is active web page?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the difference between rest and restful?
Define static constructor?
What are the new features added from ASP to ASP.NET?
Explain the difference between debug.write and trace.write? When should each be used?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc