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
What are cao and sao.
How long the items in ViewState exists?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What are assemblies and namespaces and explain the difference between them ?
Define authentication and authorization.
What are the different session state management options available in asp.net?
How do you deploy your asp.net application?
What is Forms Authentication in ASP.NET?
Which is an advantage of application service providers?
What are the Types of chaching. How to implement caching
To redirect the user to another page which method do we use without performing a round trip to the client?
How do we access view state value of this page in the next page?
Explain how cookies work.
Where is session cookies stored?
Define caching.