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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / subhas

Whene a container control like DataList/GridView etc...raise
events in response to postback caused by their child
controls we call those events as bubbled events

DataList/Repeater ---->ItemCommand

GridView ----->RowCommand

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can you allow class to be inherited, but prevent the method from being over-ridden?

5 Answers  


What is the use of delegates in c#?

0 Answers  


What is delegate in c#?

0 Answers  


Why do you need boxing in c#?

0 Answers  


What is void in c#?

0 Answers  






What is the Difference between directcast and ctype?

1 Answers   Wipro,


What is parseexact c#?

0 Answers  


What is a partial class. Give an example?

0 Answers  


What is interface c#?

0 Answers  


I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers  


How can we convert XML Data to DataBase Table in C#.Net?

2 Answers   Wipro,


Can you specify an access modifier for an enumeration?

0 Answers  


Categories