Answer Posted / manikandan
Object is a reference type
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is considered a service provider?
What are the difference between overriding and overloading?
How to register exception filter globally?
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 = "
How can we register exception filter from the action?
Explain the use of dataadapter.
What is server side session?
What are the modes of updation in an updatepanel?
Which is faster union or union all?
Explain the concept of MVC Scaffolding?
How do you design a website with multilingual support in ASP.NET ?
What are web beacons used for?
What is the purpose of using MVC programming pattern in ASP.NET?
What are triggers of an updatepanel?
How do I create a web form?