Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
How do I create a multilanguage?
How many types of dml statements does salesforce supports? What are they?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What is the advantage of memristor?
What is extern objective c?
On what basis do you choose a classifier?
What is the principle of HIGH SPEED DIRECT DRIVE MOTOR ?
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 = "
What are the main functions of rbi?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What are the modules in FI that you have worked on ?
Explain how to save silverlight uielements into an image?
Explain about Visual basic.NET culture?
What is a terminating character in c++?
What are the Steps for using coredata?