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
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What are different methods of session maintenance in asp.net?
Describe the application event handlers in ASP.NET?
What are the advantages of the code-behind feature?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is a response cookie?
What does occur first in ASP.Net, Authentication or Authorization?
What is the use of session state and application state and difference between them?
8. Why do you want to work here?
How to unit test Web API?
Why mvc is better than asp.net? : Asp.Net MVC
Explain server control extensibility with reference to asp.net 2.0 ?
What are sessions and cookies?
How is application management and maintenance improved in asp.net 2.0?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?