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

What is difference between field and property in c#?

447


What does args mean in c#?

497


What is the property of a class in c#?

496


Why singleton is sealed?

486


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

557






what are the contents of an assembly ?

557


How do you escape c#?

506


Explain concurrency with aop?

523


Why abstraction is used in c#?

505


How do you create empty strings in c#?

517


Why generics are used in c#?

491


What is windows forms in c#?

472


What is type safe code?

476


Can struct have constructor c#?

503


Explain nullable types in c#?

543