what is bubbled event ? give suitable example in code vice
with demo
Answer Posted / k l baiju
Bubbled events are the events made by child controls inside
a major control.
example . checkbox in a datagrid
the child controls do not raise their events by themselves
,rather they passthe event to container parent(which can be
datagrid,datalist,repeater),which passed to the page as
"ItemCommand"event..As the child control send there events
to parent .this is termed as event bubbling
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How many types of polymorphism are there?
How you will create satellite assemblies?
What is the difference between string and stringbuilder in c#?
Explain the functionalities of satellite assembly?
Does the system.exception class have any cool features?
What is scope c#?
What is a static field?
What is an extension method in c#?
What is the difference between CONST and READONLY?
What is lazy loading and eager loading in c#?
What is the purpose of a console table?
Is array thread safe c#?
How can I use .NET components from COM programs?
What are the different approaches of passing parameters to a method?
What is the difference between “finalize” and “finally” methods in c#?