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
Why do we need constructor?
What is console read in c#?
Are c# constructors the same as c++ constructors?
Explain what is an interface in c#?
What does readonly mean in c#?
Differentiate between response.expires and response.expiresabsolute?
How can you use abstract class and interface?
what is IDisposal interface
What do you mean by delegates and explain different types of delegates?
Contrast between an interface and abstract class?
Is everything an object c#?
What is the purpose of constructor in c#?
Difference between debug.write and trace.write?
Is int a struct in c#?
What is the output of TextWriterTraceListener redirected?