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

SOS Interview Questions
Questions Answers Views Company eMail

what is defect clustering and pesticide paradox?

6 55315

Post New SOS Interview Questions




Un-Answered Questions

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

1719


What are the elements of java?

545


What are the types of testing is done for sap?

36


What is switch case in c++ syntax?

615


How do you approach the diagnosis and management of patients with hematologic malignancies such as lymphomas or myelodysplastic syndromes?

1






Is blood transfusion necessary?

526


How to add or remove classes to an element in jquery?

428


What is data skew in spark?

204


How do minerals turn into rocks?

415


This microscopic life form is transparent and has an elongated body that is pointed at the rear. The mouth is at the base of the neck, which can be extended like the trunk of an elephant. What is this ciliophora called?

1710


What is xsl used for?

478


What is the role of the jit compiler in .net framework?

618


What is the default value of "vbroker.agent.enablecache" property?

3192


What is a .m file in xcode?

1


Difference between manage windows/web controls and object cloning?

234