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

1736

what is hardware interrupt?

2 4249

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

3 31035

types of mrp?

2 5239

Post New InfoCom Interview Questions




Un-Answered Questions

What is traceroute?

1223


How do you check if two given string are anagrams?

555


sir plz send me BPCL recruitment(Engineering Trainee Electronics & Communication) sample question papers & Topics as early as possible

4169


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2204


Explain the difference between the public, private, final, protected, and default modifiers?

553






What are the basics of Monetary policy?

651


How can blocks be identified?

1


What is the best font for small print?

314


What is rank transform?

603


What is a thread in email?

428


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

532


What is sparkcontext in spark?

182


What is ur porject Architecture? If anyone ask what i have to specify here..

1491


Tell me how to discover global zone name from local zone?

534


Difference between final and effectively final ?

640