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 namespace in oop?
What exactly is serverless?
What is difference between variable and property in c#?
What can we do to handle multiple exceptions?
What is a derived class in c#?
Why to use “using” in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Why delegate is used in c#?
Differentiate between method overriding from method overloading with its functionality?
What is linq c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Are arrays immutable c#?
List down the commonly used types of exceptions in .net
What is interface inheritance in c#?
Why is hashset faster?