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
Is array immutable in c#?
What is callback method in c#?
Is unity object oriented?
What is dynamic in c#?
Describe the ways of cleaning up objects in c#.
Why singleton class is sealed in c#?
Differentiate between object pooling and connection pooling in c#?
How do I develop c# apps?
What is strongly typed view?
Can a constructor have a return type?
What is generic delegates in c#?
Is c# int immutable?
What operator means?
What is use of a HashTable in .NET?
What is disco?