AspBucket offers ASP.NET, C#, VB, Jquery, CSS, Ajax, SQL tutorials. It is the best place for programmers to learn

Thursday 5 November 2015

What is event bubbling in Asp.Net?

In this blog post we are discussing what is event bubbling? Event bubbling can be explained as handling of child controls through parent control in data bind controls known as event bubbling. Some Server Controls like Repeater control, Data List & Data Grid can bind from child controls.


Example Repeater control can have child button control. These child control do not raise there events by themselves, rather they pass the event to the container parent. which passed to the page as "ItemCommand" event. As the child control send events to parent it is termed as event bubbling.
The process of sending child control event to parent control is said to be event bubbling.

0 comments :

Post a Comment

  • Popular Posts
  • Comments