144.

To add a custom control to a Web form we have to need include at least in our Register statement

@Register- Creates an association between a tag prefix and a custom control, which provides developers with a concise way to refer to custom controls in an ASP.NET application file
Tagprefix - An arbitrary alias that provides a shorthand reference to the namespace of the markup being used in the file that contains the directive.