When you are constructing a custom control, one of the first decisions to make is the base class to be used for the custom control class. You have a few different options for the base class. This article looks at choosing between Control and WebControl as the base class.
|