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
What are the different class loaders used by jvm?
Can you explain the role of a nephrologist and the scope of their practice in the field of medicine?
What is the input type/format in MapReduce by default?
List the system calls used for process management?
How many rows can excel have?
What is pivot in quicksort?
What is the difference between the 'all perils' and 'specified perils' coverage in home insurance coverage? : insurance sales
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Query processing is slow(eg select query)how will u solve that
Where are payment terms for customer master maintained?
Is java a framework?
What does mean by a neutral culture?
how to convert lv line to hv line and viseversa, any losses will occur during this process
Mention what are different tableau files?
What is @injectable()?