ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 370 Page Views: 

How a control can participate in event bubbling?



Posted By: Avi Date: 2 October 2010 05:06:20 PM
 Answer:

There are two methods through which a control can participate in event bubbling. These methods are inherited from the base class System.Web.UI.Control . The methods are OnBubbleEvent and RaiseBubbleEvent.


Posted By: avibtech


Date: 2 October 2010 05:06:20 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image b0ojxs
Related Questions
ASP.Net : What is a ViewState?

What is a ViewState?

ViewState is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form....
Category: ASP.Net Date: 8/6/2009 12:27:37 AM
ASP.Net : What happens in the OnInit event of a web control?

What happens in the OnInit event of a web control?

Each child control of the current web control is initialized.
Category: ASP.Net Date: 7/25/2009 5:10:28 AM
ASP.Net : In which namespace is the DataSet class present?

In which namespace is the DataSet class present?

System.Data
Category: ASP.Net Date: 7/11/2009 9:57:34 PM
ASP.Net : In which namespace the FormsAuthentication class is present?

In which namespace the FormsAuthentication class is present?

System.Web.Security namespace
Category: ASP.Net Date: 7/11/2009 7:46:26 PM
ASP.Net : Can you edit data in the Repeater web control?

Can you edit data in the Repeater web control?

No, it just reads the information from its data source.
Category: ASP.Net Date: 7/10/2009 8:59:42 PM