What is a bubbled event?

Answer Posted / payal

in case of some server controlls like
datagrid,repeter,datalist in that we can add another
another also like suppose in datagrid we can add check box
and in that the check event is not raised by itself or
check box.

check box is in datagrid so that datagrid is parent and
checkbox is child so that check box send check event to
parent that is datagrid .

this pass event from child to parent is called event
bubbled.then parent pass it to page using itemtemplate

<itemtemplate>
<asp:checkbox id=chk1;oncheck="chked">
</itemtemplate>

in that chked is subroutine and oncheck is event so that
chked is always public or protected

public sub chked(by val e as event,by val---)

//code
end sub

event bubbling
pass event-from-child-to-parent

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is postback in asp. Net?

545


Explain parts of assembly?

549


What is viewstate? In which event of the page life cycle, is the viewstate available?

601


Define the term Scavenging in Caching?

574


What is slidemaster?

460






Can we have multiple web config files for an asp.net application?

529


What are the main advantages of using asp.net?

548


What is the use of web.config file?

525


Do you know about caching with the datasource controls?

478


What is the adavantage of using ASP.NET routing?

640


What is difference between asp state management and asp.net state management?

564


How to implement form based authentication in asp.net application?

561


what is silver light when will we use silver light,

1434


Explain security types in asp.net?

533


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

488