what is bubbled event ? give suitable example in code vice
with demo
Answers were Sorted based on User's Feedback
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 |
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 |
What is static classes?
How do you implement multiple inheritance in .NET?
What is the difference between Abstract and Interface?
22 Answers Agile Software, FER, HCL, Sys Universe,
What is type keyword in c#?
Difference between debug.write and trace.write?
What is the use of main method in c#?
Why is static constructor called first?
Explain the types of errors in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is difference between dictionary and hashtable in c#?
what is IEquatable
What is constants in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)