Answer Posted / amit
Example,
1 . First u create a css file
2 . write below line between <head></head>
<link href="style.css" rel="stylesheet" type="text/css" />
that will aplay to partuclar page level
| Is This Answer Correct ? | 92 Yes | 15 No |
Post New Answer View All Answers
Explain automatic memory management in .net.
Explain the difference between authentication and authorization.
Where do we store our connection string in asp.net application?
What is use of Master Page in ASP.NET web pages?
What is difference between URL and URI?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is the application pool?
What are the uses of list view control in Asp.net?
How will you load dynamic assembly?
Who can consume WebAPI?
What is advantage of code behind coding in ASP.NET?
What is the use of execute non query in asp.net?
Define dll hell?
How you can stop the validation of ASP.NET controls from client side?
Explain how asp.net different from asp?