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
Can you explain collaborative filtering?
how to making game in c++ ?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
what is the use of defpararm?
Is mvc a design pattern?
Explain ppds fixing horizon
How the e.coli survives?
What are the 4 types of laws?
Explain what is dynamic data structure?
Differentiate between compilers and interpreters.
Do you think you will prove to be a good team player as well as leader?
Can string be considered as a keyword?
Compare and contrast CNNs and RNNs.
What is partialview in asp.net mvc?
Define different execute methods of ADO.NET command object ?