Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

InfoCom ASP.NET Interview Questions
Questions Answers Views Company eMail

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 = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1617

Post New InfoCom ASP.NET Interview Questions




Un-Answered Questions

What is jms testing?

365


What does _init_.py do?

91


Explain the Virus plaque assay for VSV ?

2280


What is get cursor field?

715


What are blocks and procs?

1






What is row rdd in spark?

155


Define grade?

1


What are some of the features of markdown tool in sap is retail?

41


What is a fourier transform?

60


How do I make a particular task run everyday by 10pm?

328


How is the using() pattern useful? What is idisposable?

398


What is Overloading ? Is it similar to overriding ?

463


how to calculate transformer turn primary & secondary side 11kv to 420v

1620


what are the elegible requirements of an engineer to perform the integration

1748


Explain customization?

420