ASP.NET 2.0 Question:
Download Questions PDF

Explain What is event bubbling?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

Event Bubbling is nothing but events raised by child controls is handled by the parent control. Example: Suppose consider datagrid as parent control in which there are several child controls.There can be a column of link buttons right.Each link button has click event.Instead of writing event routine for each link button write one routine for parent which will handlde the click events of the child link button events.Parent can know which child actaully triggered the event.That thru arguments passed to event routine. " Happy programming"

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
What is server infrastructure & Server components?Which dll handles the request of .aspx page?