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
Can I read the hard disk serial # of the client computer using asp.net?
Why we use asp.net for website development?
Differentiate between file-based dependency and key-based dependency.
What is the state management in asp.net?
What are custom user controls in asp.net?
What are the different types of validation controls provided in ASP.NET?
What is slidemaster?
What is rending process in ASP.NET?
What does it mean your session has timed out?
What do you mean by serialize and marshalbyref?
What is the difference between session object and application object?
What is difference between web config and global asax?
What do you mean by authentication?
What is the difference between dynamic SGA and static SGA?
What is the advantage of mvc over asp.net? : Asp.Net MVC