What?s a bubbled event?



What?s a bubbled event?..

Answer / guest

When you have a complex control, likeDataGrid, writing an
event processing routine for each object (cell, button, row,
etc.)is quite tedious. The controls can bubble up their
event handlers, allowing the main DataGrid event handler to
take care of its constituents.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between ByVal and ByRef?

2 Answers   Microsoft,


Why asp.net is better than php?

0 Answers  


How does http session work?

0 Answers  


Define web.config in .net?

0 Answers  


Is asp.net a programming language or framework?

0 Answers  






Explain asp.net page life cycle?

0 Answers  


What is a server cookie?

0 Answers  


Define static member?

0 Answers  


Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?

1 Answers  


how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


Explain managed code an un-managed code.

0 Answers  


Who creates jsessionid?

0 Answers  


Categories