Answer Posted / rathi
The event-delegation model has two advantages over the
event-inheritance model. First, it enables event handling
to be handled by objects other than the ones that generate
the events (or their containers). This allows a clean
separation between a component's design and its use. The
other advantage of the event-delegation model is that it
performs much better in applications where many events are
generated. This performance improvement is due to the fact
that the event-delegation model does not have to repeatedly
process unhandled events, as is the case of the event-
inheritance
model.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can "this" be used within a static method?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain asp.net?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What are the different types of remote object creation mode in .net?
What is the difference between asp.net & vb.net and explain architecture?
What is .net technology?
What does mean by .net framework?
What is file extension of Webservices in .Net?
What is il and c#?
What is managed code execution?
Explain webfarm vs webgardens in .net?
What is meant by localization?
What is garbage collection and how it works ?
How do you turn off cookies for one page in your site? Give an example.