In ASP.NET, which of the following statements about master pages is correct:
1. The master page Init event occurs before the page Init and Load events.
2. The master page Load event occurs after the page Init and Load events.
In ASP.NET, which of the following restrictions are applicable to a COM class:
1. The class must not inherit from other classes.
2. The interfaces cannot be implemented.
3. The class should not have globally unique identifier attribute.
In .NET, if the current request is a postback, in which of the following general-page lifecycle stages is the page state loaded from the server memory?