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
Describe the method to create a permanent cookie?
What are Master Pages in ASP.NET?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Do you know using sql cache invalidation?
Where is the view state data stored in asp net?
What are the validation controls available in ASP.NET?
Explain the difference between an exe and a dll?
What is windows active directory authentication?
How to implement globalization and localization in the use interface in .net.
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What is the difference between asp.net and mvc?
Is post back property in asp net?
Explain how do you validate the controls in an asp .net page?
What is the typical session identifier?
What is the difference between session and viewstate in asp.net?