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 are the different ways of method can be overloaded?
Can we use "this" command within a static method?
What is lazy keyword in c#?
What do you mean by sealed classes and static classes?
What are the boolean data types in c#?
What is default access specifier for class in c#?
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
Why array is faster than arraylist in c#?
What is strong name assembly?
Explain about generics in c#.net?
What is a collection class in c#?
What is a concrete class in c#?
Where do we set the min and max pool size for connection pooling?
What is the difference between Decorator and Adapter pattern?
What are the three types of operators?