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
What is data bind in c#?
Define thread? Explain about multithreading?
what is an exception in .net?
What is a sealed class?
Does c# support templates?
How do I calculate relative time?
What is the data provider name to connect to access database?
Explain about ODP.net
What is difference between abstraction and encapsulation in c#?
What is window application in c#?
What is an expression in c#?
Which is better interface or abstract class in c#?
What is xml serializer?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Can you describe iuknown interface in short?