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

IndiaTimes C Sharp Interview Questions
Questions Answers Views Company eMail

what are delegates? How you used then in your project?

10 14658

Post New IndiaTimes C Sharp Interview Questions




Un-Answered Questions

How many types of views are there in microsoft word?

323


Is it possible to override private virtual methods?

543


How to maintain number ranges for sales document types?

627


What is Balance of merchandise trade?

683


How do clouds form?

88






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 the difference between a defect and a failure?

658


What are prefix dereferencer?

508


What is data stream and data adapter is it same are different? Explain?

558


What are hooks in code?

94


What is the difference between a local and a global temporary table?

627


What are the parts of microsoft self-service business intelligence solution?

1


What are the restrictions that are applied to the java static methods?

532


What are apk files?

516


Hi, what is the meaning of DOCUMENTUM,how and what testers have to do with it?

5547