Server controls like Datagrid , DataList , Repeater can have other child controls inside
them.Example DataGrid can have combo box inside datagrid.These child control do not
raise there events by themselves , rather they pass the event to the container parent
(which can be a datagrid , datalist , repeater) , which passed to the page as “ItemCommand”
event.As the child control send there events to parent this is termed as event bubbling.
http://msdn.microsoft.com/en-us/library/aa719644%28v=vs.71%29.aspx
http://odetocode.com/articles/94.aspx
If this post helps you mark it as answer
Thanks
Allemahesh, if this helps please login to Mark As Answer. | Alert Moderator