Monday, May 11, 2009

what is Event bubbling in .Net?

Server control like (Repeater, DataList, and DataGrid). They can have child control. Suppose Datalist have a Dropdown List as child control. The DropdownList cant raise their event directly rather they pass the event to container parent which passed to the page (within ItemTemplates) event. As the child control send there events to parent this is termed as event bubbling.

No comments:

Bookmark and Share