Answer Posted / 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 |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
What does session_start () do?
Explain how asp.net page works?
What is base class of .net?
What is web router?
What's the use of response.output.write()?
What kind of programming language is ASP.NET?
Is it possible to write code in many languages in one asp.net project?
Is global asax mandatory?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is semantic gap?
Explain the difference between array and linkedlist?
What is the question mark in a url?
What are the different types of cookies in asp.net?
Can the unique key be null?