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
Why is an object pool required?
What is meant by server side scripting?
How many types of Cookies are available in ASP.NET?
How does ASP.NET framework maps client side events to Server side events.?
How do I use response redirect?
How long do session variables last?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What describes a query?
What are directives in asp.net? List down all the important directives.
What are the options in ASP.NET to maintain state?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the difference between web config and machine config files?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is a multilingual website?
What is the difference between CLICK and MOUSE DOWN Event ?