What?s a bubbled event?
Answers were Sorted based on User's Feedback
Answer / arunajyothi.m
.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 ? | 11 Yes | 1 No |
Answer / srujana
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 ? | 7 Yes | 4 No |
Answer / swapnashree
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 ? | 6 Yes | 3 No |
Answer / koko mon
the bubble event is an ballon type object which is used by
the childrens to play.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
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 ? | 2 Yes | 7 No |
Answer / mahendran
Bubbled Event is server side control, Like datagrid,data
repator,GridView Control
Is This Answer Correct ? | 2 Yes | 8 No |
What is the difference between a default skin and a named skin?
Name and describe some HTTP Status Codes and what they express to the requesting client ?
Elaborate differentiation between Cache and Application?
Why do we use Option Explicit?
What's a bubbled event?
when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles
Mention the execution process for managed code?
Explain the difference between asp & asp.net.
What is the syntax for datagrid and specifying columns ?
Define page output caching?
What are Authentication mechanisms in .Net?
Types of exceptions in dot net???