What is Event Bubbling

Server Controls like DataGrid, DataGridView and DataList have other controls inside them. Example The DataGridView can have a TextBox or a button inside it. These Child Controls cannot raise events by themselves, but they pass the event to the parent control (DataGridView), which is passed to the page as "ItemCommand" event. This process is known as EventBubling.

No comments:

Post a Comment

Plz Share your comments...