What is the base class of Button control?
Answers were Sorted based on User's Feedback
Answer / prasad
It is ButtonBase.
Even ButtonBase is inherited from Control Class.
| Is This Answer Correct ? | 3 Yes | 5 No |
What is difference between .net and .net core?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is .net technology?
Explain about major components of the .NET framework.
What is the difference between encrypting a password and applying a hashing?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Where?s Windows service database located?
What are the authentication methods in .net?
Explain memory-mapped files.
Explain re-clarification of object based in .net?
How to instantiate a delegate?
what is GAC?