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
Apart from IDE what are the enhancements in asp.net 2.0?
How are sessions stored?
What is the difference between user control an custom control?
What are the advantages and disadvantages of session?
Distinguish between Server-side and Client-side code?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What can you do with asp.net?
What is form method?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Is session server side or client side?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is break mode?
How would you implement inheritance using c#?
What are web beacons used for?
How do you hide the columns?