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
Can you nest updatepanel within each other?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Where the assembly is stored in asp.net?
Define session in asp.net.
What can we do with asp.net?
What is the default Orientation property in a Menu control?
Can the dictionary object be created in client?s scope ?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain what is an assembly?
How we can force all the validation controls to run?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the asp.net security controls?
What is strong-typing versus weak-typing?
What is the maximum number of classes that can be contained in one dll file?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?