Answer Posted / pradeep goyal
1. note down the css code on notepad & add in the project.
2.now go to on project web page's source code then write in
<head> tag
<link rel="stylesheet" type="text.css" href="file.css"/>
3. Run the project and see css will be display
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Can more than one person use the same login?
What is the full form of asp.net?
How may clustered index we can create in table?
What are assemblies and namespaces and explain the difference between them ?
What is an il?
What are demand-paging and pre-paging?
What are the media types of http requests and response?
How do session tokens work?
Which is faster viewdata or viewbag?
Why mvc is faster than asp.net? : Asp.Net MVC
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What are the different types of validation controls provided in ASP.NET?
How do you open a page in a new window?
What is difference between cache and session?