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 a streamwriter in c#?
What is the difference between returning iqueryable vs ienumerable?
Can abstract class have constructor in c#?
What is difference between value and reference types ?
What are generations and how are they used by the garbage collector?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
Explain the difference between private and shared assembly?
Is a char?
Can hashtable have duplicate keys?
Explain manifest in c#.
Is string a data type in c#?
how to deplaoy a project in the system?
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)