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 the use of console readline () in c#?
Why dictionary is used in c#?
Explain how is the dll hell problem solved in .net?
When do you generally use a class over a struct?
What?s the difference between <c> and <code> XML documentation tag?
What does using do in c#?
How to parse a date time string?
Do events have return type c#?
Can you access a hidden base class method in the derived class?
Which controls do not have events?
How many variables do you need?
How do I do implement a trace and assert?
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)