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
where can i gather the materials for MCP certification
What are the types of validation in asp net?
8. Why do you want to work here?
Is LINQ performance wise better or using sqlcommand?
What does clearing cache?
What are the differences between code behind and code inline?
What is view state management in asp net?
What is session management in web application?
In the Repeater control which way you can edit?
What is Partial PostBack in ASP.NET?
How can we apply themes to an asp.net application?
Explain the overview of asp.net?
Which object encapsulates state or data of a user?
What is autopostback true?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?