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 ASP.NET Interview Questions
Is hibernate session thread safe?
What is railroad track ballast?
How to make 3d sphere with photoshop spin software?
Explain the term 'Data Skew' in Salesforce?
How can related code be encapsulated? Give example.
Who wrote grep?
For read-only operation which property you have to designated?
What is forced unwrapping? Why is it potentially unsafe?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
What are security sets and security access types?
What do you mean by the term “defer”?
I am attending the interview in ICICI BANK i need the interview tips and questions
What's the last thing you learned that you thought was really interesting? : insurance cold calling
Tell me about normalization in DBMS.
What is package manager in UiPath?