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

Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?

1 Answers  


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

0 Answers  


What is the use of list in c#?

0 Answers  


If dll and exe files are same it means you can deploy both the files in gac?

0 Answers  


Difference between string and stringbuilder?

3 Answers   HCL, Siemens, TCS,






Int map to which .net types?

0 Answers  


Can we override constructor in c#?

0 Answers  


Give examples for value types?

0 Answers  


What is data reader in c#?

0 Answers  


Explain the term inheritance in C#.

0 Answers   Deloitte, JPMorgan Chase,


When a switch is said to be congested?

0 Answers   Wipro,


Define a class and an object?

0 Answers  


Categories