in page directives,register user controls <%@ Register TagPrefix="uc" TagName="Spinner" Src="~/Controls/Spinner.ascx" %> and inside form you can call user control <uc:Spinner id="Spinner1" runat="server" MinValue="1" MaxValue="10" />
Or, You can simply drag control from solution explorer and drop in the web page.
In the Register directive
In the Register