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
What is the parent class of all the web server control?
Explain diff. Between friend and protected friend?
What is globalization and localization in asp net?
Is asp.net and .net the same?
What is windows active directory authentication?
Why is asp.net so popular?
What is simple data binding?
Why do we need Sessions?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
how to transfer the file from client to server using asp.net
How would you enable impersonation in the web.config file?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is session in asp.net?
When should I use server transfer and response redirect?
What are the Difference between asp.net and asp ?