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 |
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
What is operator overloading in dotnet
hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example"
2 Answers PennyWise, TCS, Wipro,
What is interval time of GC in .net
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How will you write a web service for secure socket layer? What is secure socket? Have you done any socket programming? What is single thread and multi thread? What are the differences between .NET 1.1 and .NET 2.2? What is the command to connect to a StoredProcedure? How many types of Adapters are available in ADO.NET? Why DataAdapters are important? What is DataSet? It's important to compile the ASP.NET application before using it? What protocol you use to stream the audio and Video data? What are the different kind of network protocols? Write how will you connect to a database using DataSet? Why we use AJAX? What AJAX can do which JavaScript can't do? In a page using Windows Media API, if we press a button and in succession quickly press another button, what do you think will happen? Will the application wait for the first button response and then execute the second one or directly second button command will execute. What is the architecture of your application? What is connection pooling in SQL? Tell some functions of Windows Media API? How you will detect, whether the ActiveX is installed in the system before accessing it? What are validators are available in ASP.NET? What are the basic concepts of OOPS? What is abstraction?
What is the difference between CC and BCC?
How to make paging concepts in datagrid in ASP.NET?
0 Answers Sans Pareil IT Services,
How to manage pagination in a page?
What is viewstate? What does the “enableviewstate” property do?
diffrance between stored procedure & function in sql server?