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
How information about the user's locale can be accessed?
Explain asp.net mvc request life cycle? : asp.net mvc
How do session tokens work?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What does uri mean?
Do session use cookies in asp net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between CC and BCC?
What are client activated objects and server activated objects?
What is difference between abstract class and an interface?
What is mta?
Can more than one person use the same login?
How does a web application session work?
What’s the difference between response .redirect and server.transfer?
What does aspcompat="true" mean?