Answer Posted / mani
Events raised by child control handled by parent control is
called Bubble event
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is default access modifier for class in c#?
Why do we need generics in c#?
What is the do while loop code?
What does addressof operator do in background ?
What is the advantage of static class in c#?
Can we change static variable value in c#?
Explain About delegates
How to Install uninstall assemblies into GAC?
What does clr stand for?
What is a concrete class in c#?
Why we use methods in c#?
Explain about Destructor method?
What is datatable in c#?
Can an array be null 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?