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
What is admin panel in app?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the significance of @managedproperty annotation?
Can you still upgrade to windows 10 for free in 2019?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is meant by application context in spring?
What is an example of ordinal data?
What do you mean by big data and what is its importance?
Why is sql better than hql?
When we use aggregate awareness function in designer?
Where are sql server user names and passwords stored in sql server?
Why do we need orm?
difference between informatica 8.1.1 and 8.6
What type of job are you holding at the moment? What is your desired employment / occupational field
What is the difference between save() and persist() method in hibernate?