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 _layout cshtml?

493


How we can create an array with non-default values?

521


What is namespace c#?

489


Can I define a type that is an alias of another type (like typedef in c++)?

549


If you want to convert a base type to a derived type, what type of conversion do you use?

491






Why do we need static class in c#?

582


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

553


Is cli same as the clr?

527


How does insertion sort work?

523


Difference between call by value and call by reference in C#?

529


Can we inherit two classes in c#?

519


Is c# and c same?

513


Is c# used for any core features of windows vista?

529


What are cookies in c#?

554


What is the difference between int16 and int32 in c#?

482