Multiple choice

What is the role of 'Register' directive in Asp .NET?

  1. It defines page-specific attributes for the ASP.NET page.

  2. This directive makes functionality that has been defined elsewhere available in a given page.

  3. It allows to register a user control for use on the page.

  4. It allows to register the server controls.

  5. Options 3 and 4

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This directive registers the control for the user's perspective in the application.