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

College School Exams Tests Dot Net WindowsForms Interview Questions
Questions Answers Views Company eMail

what is the difference between checkbox and radiobutton?

28 142868

Post New College School Exams Tests Dot Net WindowsForms Interview Questions


College School Exams Tests Dot Net WindowsForms 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

1723


What are the different wi-fi generations and also explain any one?

450


How do you stop a spark?

191


What do you understand from in-memory computing? What is its significance in SAP HANA?

88


Where does Spark Driver run on Yarn?

199






what's ur financial needs? how to face a furious customer? do you know how to motivate other?

1859


Explain the path instructions in xaml?

553


I raised a service tax invoice against a client on which i charged service tax and without receiving any sum from client a deposited service tax on good faith but now client refuses to pay sum . so please, tell me what should i do.

1857


How will you access the data on ebs in aws?

105


What are the views of ms word?

292


What is the best way to make content reusable/redistributable?

1


What do you mean by annealing?

625


How many decimal digits is 64 bit?

522


Can we use jpa without hibernate?

148


Why td is used in html?

433