To add properties or methods to a user control, you add them to the Code Behind of the control.
The properties you add can take various forms. In its simplest form, a property looks exactly like
the properties you saw in Chapter 5. For more advanced scenarios you need to add View State properties
which are able to maintain their state across postbacks. In the next two exercises you see how
to create both types of properties.