What is Event Bubbling?(Asp.net)
Interview question and answer by:
Initiotech | Posted on: 9/16/2009 | Category:
ASP.NET Interview questions | Views: 9529 |
Answer:
Server Controls like DataGrid,DataGridView , DataList etc have other controls inside them.
Example an DataGridView can have an TextBox or an button inside it.
These Child Controls can not raize 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
====================================================
Regards Hefin [...]
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: