What is a bubbled event?
Answers were Sorted based on User's Feedback
Answer / 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 |
When you have a complex control, likeDataGrid, writing an
event processing routine for each object (cell, button,row,
etc.) is quite tediousdifficult.
The controls can bubble up their eventhandlers, allowing
the main DataGrid event handler to take care of its
constituents.
Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button.
| Is This Answer Correct ? | 9 Yes | 2 No |
How to add DateTime Control in normal DataGrid Server Control?
Describe the disadvantage of cookies.
main difference between asp.net2.0,asp.net1.1,asp.net1.0
Explain about ASP.NET?
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
What are clr?cts?cls?
4 Answers e4e, HCL, Microsoft, Tata Communications,
what is Theme in Asp.net 2.0
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is the difference between cookie and session?
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
how many databases and tables are uses in one project?
what is Impersonation
3 Answers Alliance One, Task Informatics,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)