ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What?s a bubbled event?
 Question Submitted By :: Srujana
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What?s a bubbled event?
Answer
# 1
When you have a complex control, like DataGrid, 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.
 
Is This Answer Correct ?    3 Yes 1 No
Srujana
 
  Re: What?s a bubbled event?
Answer
# 2
.Net Framework provides a technique called event bubbling 
that allows a child control to propagate events up its 
containment hierarchy.Event bubbling is used by the data-
bound controls (Repeater, DataList, and DataGrid) to expose 
command events raised by child controls (within item 
templates) as top-level events.A control can participate in 
event bubbling through two methods that it inherits from 
the base class System.Web.UI.Control. These methods are 
OnBubbleEvent and RaiseBubbleEvent.
 
Is This Answer Correct ?    5 Yes 0 No
Arunajyothi.m
 
 
 
  Re: What?s a bubbled event?
Answer
# 3
some complex control like datagrid ,repetator control have 
other child controls inside them.These child control donot 
raise there event by them selves rather they pass the event 
to the container parent . This is known as bubbled event.
 
Is This Answer Correct ?    2 Yes 1 No
Swapnashree
 
  Re: What?s a bubbled event?
Answer
# 4
Bubbled Event is server side control, Like datagrid,data 
repator,GridView Control
 
Is This Answer Correct ?    1 Yes 4 No
Mahendran
 
  Re: What?s a bubbled event?
Answer
# 5
when the child control events are handeled by parent 
control it is called as event bubbling.
for ex. when a control in the datagrid is clicked it is 
handeled by the dtagrid event and not by the control itself 
which fired it so that time it is called as event bubbling.
 
Is This Answer Correct ?    0 Yes 3 No
Guest
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Which method do you invoke on the DataAdapter control to load your generated dataset with data?  2
Explain what a diffgram is and a good use for one? Syntax-Softtech1
What are the main components of the ADO object model? How are they used? Syntax-Softtech1
What is boxing and how it is done internally? Microsoft1
What is web.config. How many web.config files can be allowed to use in an application? Accenture5
what is difference between User Control,Custom Contro1,Web server control and template controls  1
How to remove themes from certain controls?  2
What is the difference between Proxy and Contract?  1
Which template must you provide, in order to display data in a Repeater control?  1
About friend and Protected friend ? MMTS3
In a Code-Behind class generally which type of code is found ?  3
What is the lifespan for items stored in ViewState?  3
how to convert from sql2000 numeric to int in asp.net with sqlparameter?  1
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?  1
What does assemblyinfo.cs file consist of? Accenture1
What is custom tag in web.config ? Accenture1
what is .net Net-Solution11
What are the differences between Dataset and DataReader? Accenture3
What is the need to give <compilation debug=true> command ? Netsweeper3
Explain Generics?  1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com