Creating a User Control component
A User Control component is a container for a Web User Control that might or might not include a .NET assembly. User Controls are used to add custom user interface elements to forms.
This topic presents the recommended basic process to create a user control. The
                           				specifics will depend on the user control you are creating. There are other ways to
                           				create user controls that are not covered by this topic. 
                           
                        		
                     Nota: This generalized process
                              					is for a user control that is functional in both the Windows (smart) client and
                              					the web client.