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
What is a web based system?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
How can we register exception filter globally?
What is web api vs wcf?
What is globalization and localization in asp net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What is asp.net mvc? : asp.net mvc
How may clustered index we can create in table?
Which is faster viewdata or viewbag?
What are the different authentication modes in asp.net?
How should I destroy my objects in asp.net?
What does asp in asp.net stand for?
How Session use Cookies in State Management?
What does postback mean?