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 |
Why do we use static methods in c#?
Can an array be null c#?
What is iqueryable in linq?
Why is c# good for games?
How many types of constructors are there in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What are the three types of operators?
Name the method of servicebase class?
What does assert() do?
What is the difference between disposing of () and finalize() methods in c#?
Can abstract classes be final?
For methods inside the interface why can’t you specify the accessibility modifier?
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)