ASP.NET uses event driven programming model.Justify.

Answers were Sorted based on User's Feedback



ASP.NET uses event driven programming model.Justify...

Answer / 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

ASP.NET uses event driven programming model.Justify...

Answer / guest

Yes
Asp.net uses event driven programming
all the events are driven by the handler

EventDriven programming is that in which u write code for
each and every User Interaction possible for UserInterface.

asp.net is the same where u write your logic for events of
the control place on the form.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

When would you set a control's AutoPostBack property to true?

1 Answers  


What is master page in dtp?

0 Answers  


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

0 Answers  


what is the trace in ASP.NET

4 Answers  


What does a switch do?

0 Answers  






What is ASLM?

0 Answers   MCN Solutions,


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


how we declare interface

2 Answers  


What is view state and how it works in asp net?

0 Answers  


what is session,cokkies in asp.net??

5 Answers  


what are debugging types in .net?

2 Answers   ABC, NIIT,


Categories