ASP.NET uses event driven programming model.Justify.
Answer Posted / guest
Yes
Asp.net uses event driven programming
all the events are driven by the handler
EventDriven programming is that in which u write code for
each and every User Interaction possible for UserInterface.
asp.net is the same where u write your logic for events of
the control place on the form.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can you explain one critical mapping?
Describe the diffeerence between inline and code behind?
Explain transparent caching with aop?
List all templates of the repeater control.
What is Model-View-View Model?
Explain the difference between array and linkedlist?
Which class is used to send an email message from an ASP.NET Web page?
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 = "
Explain the use of view state?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is new asp.net core?
Disable browser cache for entire ASP.NET website?
Which validator control you use if you need to make sure the values in two different controls matched?
What language does asp.net use?
What is event in asp.net?