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
What is the difference between viewstate and hidden field in asp.net?
What does the orientation property do in a menu control?
What are the types of session in asp.net?
How to add DateTime Control in normal DataGrid Server Control?
Differentiate between early binding and late binding.
How long does an http session last?
What is the function of the ViewState property?
List the advantages and disadvantages of user control an custom control?
Where is session data stored in asp net?
Where is the session stored?
Give me one example of Web API Routing?
What is a master page and what does it do?
What’s the difference between response .redirect and server.transfer?
What is difference between web api and web services?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)