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 will be the output of the following code?
What operator means?
Explain About Global.asax
Why are strings in c# immutable?
What is session c#?
What’s thread.sleep() in threading ?
What is delegate in c# interview questions?
Define thread? Explain about multithreading?
How many types of namespaces available in version4?
What is overloading with example?
Why do we use namespace in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is the purpose of static?
Is c# or c++ better for games?
What is func c#?