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
What is the difference between rest and restful?
Elaborate differentiation between Cache and Application?
What is httpresponse?
Distinguish between Server-side and Client-side code with its functionality?
Why is xap important?
Where session id is stored?
What is the use of session?
Explain the difference between the web config and machine config.
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Explain the difference between or and orelse?
What are different methods of session maintenance in asp.net?
Can action method static?
Why do we need a web application session?
What is asp.net with mvc? : Asp.Net MVC
Mention the execution process for managed code?