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
Explain about ODP.net
Enlist all the components of an ado.net framework?
How many static constructors are allowed in a class?
What is difference between event and delegate in c#?
What is view model in c#?
Can you declare struct members as protected?
List down the differences between “dispose” and “finalize” methods in c#.
What is xml comments in c#?
What is a dictionary in c#?
What is array class in c#?
What is the and operator in c#?
What does f mean in c#?
Why dictionary is faster than list?
What does immutable mean in c#?
What is ildasm.exe used for?