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
Can I tap into other windows livetm services?
What is connection pooling and how to enable and disable connection pooling?
explain code with datachaching with example
What is clr? Difference between clr & cts?
What are cookies in your browser?
How you will handle session when deploying application in more than a server?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
How can we create pie chart in asp.net?
Is asp.net outdated?
How to do state management in ASP.NET?
What is the difference between visual basic and asp.net?
What is tracing? Where is it used?
Name the tools or API for developing or testing web api?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is preprocessor in .net? Where it use?