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

1818

what is hardware interrupt?

2 4427

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

3 31308

types of mrp?

2 5415

Post New InfoCom Interview Questions




Un-Answered Questions

What is the difference between quality analyst and quality control and assurance?

3537


Name the different types of lines.

5


How can you implement many relations in star schema model?

637


what is variable?

2121


How often do you need to reformat the namenode?

328






Is electro plating what type of load whether resistive, inductive or capacitive loads

2999


whats the difference between siebel 7.5 and 7.8?

673


How do I stop chkdsk from running at startup windows xp?

478


How do you erase part of a shape in word?

370


What are 3 uses of sapi technology?

45


Explain the access modifiers available in scala?

1


What are mac addresses?

166


what is labour consume factor in residential projects

1950


What is the order of operations used when evaluating formulas in excel?

333


What is a half-adder?

712