How do you use css in asp.net?

Answer Posted / murali

1. You can create stylesheet in solution explorer
2. write the css code
3. write and include this code in asp.net tag page
<link rel="stylesheet" type="text/css"
href="....\...\Sample.CSS" />

Is This Answer Correct ?    18 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do I get error message "could not load type" whenever I browse to my asp.net web site?

637


How can we inherit a static variable?

548


In Code-Behind class which kind of code (server or client) is found ?

599


What is a web farm?

600


Describe the Server Control Events of ASP.NET?

661






Explain About duration in caching technique

627


Does web services support data reader like pom project?

536


What is session and application variable in asp net?

464


Is it possible for me to change my aspx file extension to some other name?

589


Explain parts of assembly?

559


Can you explain the importance of finalize method in .net?

596


What are all the various Estimation Techniques available ?

662


What is asp.net architecture?

534


What are early binding and late binding.

568


Explain what is event bubbling?

580