ASP.NET uses event driven programming model.Justify.
Answers were Sorted based on User's Feedback
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 |
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 |
How response object is related to asp's response object?
What is the usie of activex control in .net?
Which Is Faster MVC or ASP.net ?
What data types do the RangeValidator control support?
diffrance between stored procedure & function in sql server?
How u refer webservices?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What is skin in asp.net?
Can we create a multiple user simultaneously ?
How do you make your site SSL enabled ?
Describe the .net base class library.
Define a web service in .net?