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
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Is Driver Script any how related to AOM?
How big is the datatype int in .net?
Explain how viewstate is being formed and how it's stored on client in .net?
Define marshling?
When we use windows api in .net is it managed or unmanaged code?
Explain the difference between asp.net and asp?
Explain what are possible implementations of distributed applications in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What makes .net core cross platform?
Differences between datagrid, datalist and repeater in .net?
How viewstate is being formed and how it is stored on client in .net?
How does u handle this COM components developed in other programming languages in .NET?
Explain about the Common Language Runtime?
What are the differences between user control and server control?