Which element must be registered to include a custom control in a Web form?

Choose the correct answer

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.

Which element must be registered to include a custom… — ASP.net | PakQuizHub