.Net Deployment Question:
What is the base class of Button control in .NET?
Answer:
Listing from visual studio .net > Button Class System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ButtonBase
System.Windows.Forms.Button
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ButtonBase
System.Windows.Forms.Button
Previous Question | Next Question |
How Viewstate is being formed and how it is stored on client in .NET? | What is CLR in .NET? |