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 data bind in c#?

616


Define thread? Explain about multithreading?

647


what is an exception in .net?

603


What is a sealed class?

586


Does c# support templates?

637






How do I calculate relative time?

588


What is the data provider name to connect to access database?

585


Explain about ODP.net

878


What is difference between abstraction and encapsulation in c#?

618


What is window application in c#?

593


What is an expression in c#?

584


Which is better interface or abstract class in c#?

518


What is xml serializer?

578


In c#, what will happen if you do not explicitly provide a constructor for a class?

608


Can you describe iuknown interface in short?

727