ASP.NET uses event driven programming model.Justify.
Answer Posted / ajit
yes, ASP.NET uses event driven programming ,because as it is
one web based application ,first of all we need to load the
web page into our web browser.
to load the page ,it needs one "Load Event" in asp.net event
handler. similarly for every user interfaces(controls)
everything has events in asp.net
that's why we called.....
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a page theme and a global theme?
What is web router?
Explain what is an abstract class?
How to set the pane area to transparent of a scrollPane component.?
What is the server of asp.net?
What is application session?
How to find out what version of asp.net I am using on my machine?
What is Forms Authentication in ASP.NET?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain about solution explorer window?
What are the data controls available in asp.net?
How can I configure asp.net applications that are running on a remote machine?
What is viewstategenerator?
How do cookies work?
How asp.net mvc differs from asp.net web forms? : asp.net mvc