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

1717

what is hardware interrupt?

2 4226

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

3 30963

types of mrp?

2 5199

Post New InfoCom Interview Questions




Un-Answered Questions

What is regexp?

642


What do you mean by network topology?

107


Why nav is used in html?

431


What is an optional in swift?

436


In tally when accounts with inventory ,when working in units of measurement under this after creating unit ,if we want to change the unit due to some mistake why does the cursor does not stop in the decimal field? And why the used units do not get deleted in the alter section?

1440






What will you do for the company website you are working for, decides to move all the contents to a new domain?

455


What are the custom settings? When will you use custom settings?

188


What are the multimedia authoring tools?

404


Explain dml (data manipulation language)?

488


What do slaves consist of?

393


What is the difference between er modeling and dimensional modeling?

584


How to take backup of our wordpress website?

113


How do you set a font?

336


Where you can deploy node application?

240


How to convert numeric values to character strings?

508