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 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

1727

what is hardware interrupt?

2 4236

what is the difference between concept selling and space selling? define please.

3 30988

types of mrp?

2 5225

Post New InfoCom Interview Questions




Un-Answered Questions

What are the advantages of ejb components?

560


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1379


paid vendor to RS 15000 and incentives of RS.5000 and deducted Rs.3000 as penalty so finally paid to vendor is Rs.17000. please let me know the journal entry for this.

1220


How do I compare two excel sheets to highlight duplicates?

280


how to store the vacuum in tank? its possible? what are the units for measure the vacuum ?

1399






What is the process of compilation and loading in python?

510


How can we find out LT UG cable fault (size,from-4*25mm sqr to 4*300mm sqr)? How mani types UG cable faults?

2567


What is specification-driven testing?

743


How do I check if log truncation is blocked in sybase?

431


Explain what is the difference between constants and read-only variables?

519


What is 3nf in the dbms?

495


What is the meaning of slosh login in nfs?

2095


What does f9 do in word?

304


Explain about the feature anonymous type?

617


How would you screen for outliers and what should you do if you find one?

51