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 = "
Post New InfoCom Interview Questions
When do we analyze the tables?
iam working in power plant. In hot places tube lights are glowing at the end portion only. what is the reason for that?
What is the process of normalization?
What are the underflow and overflow behaviors on float literals?
What is sap s/4hana?
How does check, continue and exit commands work in loop and end Loop.
Where are lay out details placed?
Is ssrs support other database except ms sql server?
How different is a mean value different from expected value?
What is the use of before –after command?
Explain about thinhtime and thicktime function?
What is 'fish pond analysis' with respect to software testing?
what are the applications that use Linked lists?
List the various advantages of using jcl language?
Can struct inherit from class c#?