Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What's a bubbled event?

Answers were Sorted based on User's Feedback



What's a bubbled event?..

Answer / akn

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

Is This Answer Correct ?    5 Yes 3 No

What's a bubbled event?..

Answer / nikhil

a bubbled event is the process of moving an event up the
control hierarchy from a control low in the hierarchy such
as a button in the datagrid ans prelocating it upto an
ancestor control.

Is This Answer Correct ?    2 Yes 0 No

What's a bubbled event?..

Answer / sulochana singh

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 eventhandlers, allowing the main DataGrid event handler to take care of its constituents.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Features in ASP.NET?

2 Answers   Microsoft,


What is the concept of postback in asp.net?

0 Answers  


What are the disadvantages of view state / what are the benefits?

2 Answers   Siebel Systems,


How to use ipostback?

0 Answers  


How does the service stream content?

0 Answers  


Explain what is postback in asp. Net?

0 Answers  


What is the purpose of session management?

0 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,


Can you nest updatepanel within each other?

0 Answers  


Define web services in asp.net.

0 Answers  


If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?

1 Answers  


what is loosely coupled solution? How it can be used?

0 Answers   Siebel,


Categories