why we are using delegates and in which condition it is
required?
Answer Posted / praveenkumarreddy.m
Delegates are used to refer multiple functions.Delegates
used in creating events in c#.net.
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Do you know caching feature?
Explain the difference between asp & asp.net.
How do you identify that the page is postback?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is http request and response?
What is globalization and localization in asp net?
What are the advantages of Web API?
Explain the overview of asp.net?
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 = "
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Which method is used to enforce garbage collection in .net?
How ASP.NET page works?
What is difference between or and orelse?
What is xaml? Are xaml file compiled or built on runtime?
What is the difference between sealed vs static class?