what is bubbled event ? give suitable example in code vice
with demo

Answers were Sorted based on User's Feedback



what is bubbled event ? give suitable example in code vice with demo..

Answer / 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

what is bubbled event ? give suitable example in code vice with demo..

Answer / subhas

Whene a container control like DataList/GridView etc...raise
events in response to postback caused by their child
controls we call those events as bubbled events

DataList/Repeater ---->ItemCommand

GridView ----->RowCommand

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is scope c#?

0 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

0 Answers  


How many constructors can a class have in c#?

0 Answers  


What is callback delegate in c#?

0 Answers  


What are data types in C#?

0 Answers   TryTechnicals Pvt Ltd,






Which of these string definitions will prevent escaping on backslashes in c#?

0 Answers  


Why to use “finally” block in c#?

0 Answers  


What is boxing & unboxing?

0 Answers  


What is the benefit of dependency injection c#?

0 Answers  


Why do we use overloading in c#?

0 Answers  


What is sql transaction in c#?

0 Answers  


What is type system in c#?

0 Answers  


Categories