What?s a bubbled event?

Answer Posted / arunajyothi.m

.Net Framework provides a technique called event bubbling
that allows a child control to propagate events up its
containment hierarchy.Event bubbling is used by the data-
bound controls (Repeater, DataList, and DataGrid) to expose
command events raised by child controls (within item
templates) as top-level events.A control can participate in
event bubbling through two methods that it inherits from
the base class System.Web.UI.Control. These methods are
OnBubbleEvent and RaiseBubbleEvent.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

932


What are the security types in asp.net?

577


What is the benefit of WebAPI over WCF?

566


Which .NET framework supports Web API?

588


What is application and session in asp.net?

534






1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18498


What is the difference between client-side and server-side validations in ASP.NET?

656


List the types of authentication supported by asp.net?

523


Differentiate between namespace and assembly.

561


What are the difference between function and stored procedure in .net programming language?

252


What is server transfer?

493


How does asp.net work?

547


What is server components?

536


Why is an object pool required?

607


Using code explain Configuration Management

1406