Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Describe the method to create a permanent cookie?

1132


What are Master Pages in ASP.NET?

1113


How can we communicate with each server in N-tier Architecture? and what are the methods?

2296


Do you know using sql cache invalidation?

1081


Where is the view state data stored in asp net?

1073


What are the validation controls available in ASP.NET?

1058


Explain the difference between an exe and a dll?

1056


What is windows active directory authentication?

1113


How to implement globalization and localization in the use interface in .net.

1072


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?

1989


What is the difference between asp.net and mvc?

1171


Is post back property in asp net?

1078


Explain how do you validate the controls in an asp .net page?

982


What is the typical session identifier?

1111


What is the difference between session and viewstate in asp.net?

1163