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 integrity?
Why do we use dynamic arrays?
What is an over accrual?
Separate from an archive server and a powerhouse?
find 55/1000=___
What are dao classes?
What is indexer c#?
Given an unsorted data set, how to read the last observation to a new data set?
How do you check background jobs?
What are DSA and DSS ?
How can you create an empty plugin which have basic options like activate, deactivate etc.?
How to use rank function in mysql?
What is gutter in newspaper?
If there are duplicate data in cubes, how would you fix it?
How to show all tables with 'mysql'?