Type of processing model asp.net stimulates - Event - driven
Q. Which type of processing model does asp.net stimulate?- Published on 16 Jun 15a. Static
b. Linear
c. Bottom up
d. Event-driven
ANSWER: Event-driven
Event-driven programs respond to events. An event happens(or is raised) when something happens like when a button is pressed or something. Often, events are generated by user actions but there are some events which are system generated also.