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 the longest unicode character?
What are the different type of infoset joins?
What is the purpose of nat protocol?
Define angular momentum?
How do you link data between excel sheets?
What is wamp for?
What does @repository annotation do?
Wat is the Difference Between Get Work sheet as Collection and Get work sheets as Collection(Fast) ?
What is main tag in html?
dicsuss with appropriate examples the firm's asset management decisions
What is the difference between next sentence and continue in cobol programing language?
What information we have in auto define channel?
Does your current employer use emr or ehr? : insurance health
What are the functions of an intercepting filter?
What is Streams piping in node.js?