Which element must be registered to include a custom control in a Web form?
Explanation
To use a custom control in a Web form, you need to register the namespace of the referenced DLL. While the assembly name and tag prefix are also involved, the key requirement is specifying the namespace.