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


Please Help Members By Posting Answers For Below Questions

How many types of polymorphism are there?

711


How you will create satellite assemblies?

687


What is the difference between string and stringbuilder in c#?

690


Explain the functionalities of satellite assembly?

733


Does the system.exception class have any cool features?

698


What is scope c#?

645


What is a static field?

681


What is an extension method in c#?

713


What is the difference between CONST and READONLY?

757


What is lazy loading and eager loading in c#?

669


What is the purpose of a console table?

649


Is array thread safe c#?

651


How can I use .NET components from COM programs?

681


What are the different approaches of passing parameters to a method?

710


What is the difference between “finalize” and “finally” methods in c#?

690