Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is bubbled event ? give suitable example in code vice
with demo

Answer Posted / k l baiju

Bubbled events are the events made by child controls inside
a major control.
example . checkbox in a datagrid
the child controls do not raise their events by themselves
,rather they passthe event to container parent(which can be
datagrid,datalist,repeater),which passed to the page as
"ItemCommand"event..As the child control send there events
to parent .this is termed as event bubbling

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need constructor?

963


What is console read in c#?

956


Are c# constructors the same as c++ constructors?

988


Explain what is an interface in c#?

1000


What does readonly mean in c#?

1043


Differentiate between response.expires and response.expiresabsolute?

1018


How can you use abstract class and interface?

1225


what is IDisposal interface

1204


What do you mean by delegates and explain different types of delegates?

1006


Contrast between an interface and abstract class?

1024


Is everything an object c#?

985


What is the purpose of constructor in c#?

896


Difference between debug.write and trace.write?

1020


Is int a struct in c#?

954


What is the output of TextWriterTraceListener redirected?

1107