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 is  a bubbled event?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is a bubbled event?
Answer
# 1
When you have a complex control, likeDataGrid, writing an 
event processing routine for each object (cell, button,row, 
etc.) is quite tediousdifficult.

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 ?    4 Yes 1 No
Swapna
 
  Re: What is a bubbled event?
Answer
# 2
in case of some server controlls like 
datagrid,repeter,datalist in that we can add another 
another also like suppose in datagrid we can add check box 
and in that the check event is not raised by itself or 
check box.

check box is in datagrid so that datagrid is parent and 
checkbox is child so that check box send  check event to 
parent that is datagrid .

this pass event from child to parent is called event 
bubbled.then parent pass it to page using itemtemplate

<itemtemplate>
<asp:checkbox id=chk1;oncheck="chked">
</itemtemplate>

in that chked is subroutine and oncheck is event so that 
chked is always public or protected

public sub chked(by val e as event,by val---)

//code
end sub

event bubbling
pass event-from-child-to-parent
 
Is This Answer Correct ?    7 Yes 0 No
Payal
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What namespace does the Web page belong in the .NET Framework class hierarchy?  2
Hi please tell me what is ISNOTPOSTBACK,POSTBACK,AUTOPOSTBACK and also the extensions of aspx,asmx,ascx its urgent plz reply me soon....  3
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event. Proteans2
How do we invoke queries from the application? Microsoft2
What is custom tag in web.config ? Accenture1
2. Why did you choose this career? Swatz-Oils1
What is the Difference B/W Finalize() and Dispose() in .Net? HCL7
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept? Take-United2
I create small website, i want accept all the browser this website? what will do?  1
How do you install windows service? Tech-Mahindra3
In what languages in ASP written? Microsoft4
How can we Deploy a website?  2
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData() Syntax-Softtech2
What is the Difference between user and server controls?  4
What is strong name and which tool is used for this? Accenture3
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem. CTS6
how to update data using store procedure  1
How many types of page. TCS5
Is There any Third party tools are using in .Net Technologies? Can u Explain? HCL2
Can a master page inherit another master page? Emphasis8
 
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