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
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain what does mvc represent in asp.net? : asp.net mvc
How can we inherit a static member?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the difference between dispose() and finalize()?
Why do we use web config?
What are the events that happen when a client requests an asp.net page from iis server?
What a diffgram is, and a good use for one?
How to disable validator control by client side JavaScript?
What types of data validation events are commonly seen in the client-side form validation?
What is the use of data set in asp.net?
Explain file-based dependency and key-based dependency.
Describe the method to create a permanent cookie?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is asp.net used for?