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 extension methods in c#?
What is class sortedlist underneath?
What is private class in c#?
Are all methods virtual in c#?
Explain briefly the difference between value type and reference type?
How to use exception handling in stored procedure?
what is the scope of anonymous type ?
Define an abstract class?
Is array value type in c#?
How objects are stored in memory?
Do loops c#?
What is the purpose of a console table?
What are classes in c#?
What is difference between dictionary and hashtable in c#?
What is view state c#?