WebInput is able to be used inside user control.
            
                This topic will show you how to use WebInput in user control.
            
                To use WebInput in user control
            
                - Create a user control and place WebInput control inside it. Named the page as 
                    ucWebInputControl.ascx.
 
                - Create a WebForm page. Drag ucWebInputControl.ascx into the WebForm.
 
                - Run the project.