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

1736

Post New InfoCom ASP.NET Interview Questions




Un-Answered Questions

Which interface should be implemented by all servlets?

702


what is lod and loq ?,why use k2cr2o7 , kcl h2so4 in uv calibration ?,why use benzophenone & caffene acetone in hplc calibration ?,what is leading peak in hplc ?why we do the calibration of limit of stry light in hplc & uv ?

3194


Give the name of some components of Cassandra?

57


What are the main challenges of the internet of things (iot)?

5


What is the need for blue prism in the market?

196






what kvrah y we need to take the readind of that

1572


What are the key components of a M2M system?

5


What does element style mean?

294


What is action and transformation in spark?

601


What is the output of the given statement? * (defclass article() ((title :accessor article-title :initarg :title) (author :accessor article-author :initarg :author))) * (defclass computer-article (article) ()) * (defclass business-article (article) ()) * (defclass political-article (article) ()) * (setf articles (list (make-instance ‘business-article :title “Memory Prices down”))) a) Business article b) Political article c) Business article

859


What are the photoshop’s work areas?

25


what are the uniform public construction cost accounting act procedures?

1534


What is a master page and what does it do?

539


What are the properties of c#?

492


How do you check if windows 10 is corrupted?

446