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
Can destructors have access modifiers?
What the different phase/steps of acquiring a proxy object in webservice?
What is the function of .IsDescendent()?
Is everything an object c#?
What is arraylist c#?
What is namespace c#?
Can a class be private in c#?
What is ac callback?
What is data binding c#?
Why would you use untrusted verification?
Is double a decimal?
What are abstract classes in c#?
How to exclude a property from xml serialization?
Can struct be static in c#?
what is IDisposal interface