Multiple choice What is the role of 'Register' directive in Asp .NET? It defines page-specific attributes for the ASP.NET page. This directive makes functionality that has been defined elsewhere available in a given page. It allows to register a user control for use on the page. It allows to register the server controls. 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.