what is bubbled event ? give suitable example in code vice
with demo
Answer Posted / subhas
Whene a container control like DataList/GridView etc...raise
events in response to postback caused by their child
controls we call those events as bubbled events
DataList/Repeater ---->ItemCommand
GridView ----->RowCommand
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between Trace and Debug
Can scriptable objects have methods?
Are structs value types c#?
What is list array in c#?
Is Multiple-inheritance supported by c#?
Is c# used for frontend or backend?
Define an assembly in .net?
Give some examples of commonly used i/o classes?
What does executescalar return in c#?
How do I run a cshtml file?
How do you pass reference parameters in c#?
Show us in simple steps to create setup & deployment project for windows application?
what is method overloading in c#?
What is the difference between dynamic and var in c#?
What is concatenation and when should it be used?