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 ASP.NET 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

Post New InfoCom ASP.NET Interview Questions




Un-Answered Questions

how to create a list in SharePoint 2013?

550


How do I concatenate two strings?

1


What is stateful and stateless bean in spring?

222


What are the windows server 2003 keyboard shortcuts?

166


What is the use of trigger manager?

35






How to view existing indexes on an given table using sp_help?

697


Do you know what is basting?

1


What is the what if analysis tool in excel?

317


What is time quota compensation?

668


what is meant by impulse voltage?

1646


What is a python method?

524


Negative test cases for phone camera

364


What is the purpose of dampening roller

1327


Which tool you have done?

1552


Why machine learning is popular now?

45