How do you use css in asp.net?

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


Please Help Members By Posting Answers For Below Questions

Why asp.net mvc is better than asp.net? : Asp.Net MVC

503


What are the advantages of asp.net?

546


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

585


Explain the components of web form in asp.net

549


What is the use of dispose method?

569






Where is the session stored?

639


What is active web page?

570


IN an ASP.NET Web application if there is any error, how can you debug?

591


How does a content page different from a master page?

582


What is the function of new view engine in asp.net? : asp.net mvc

549


What is the difference between Session and response.Redirect?

622


How Session outproc in Sqlserver stored?

2308


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1790


What is web api vs wcf?

583


What is session and cookies in asp.net?

559