What happens if an ASP.NET server control with event-handling routines is missing the runat="server" attribute from its definition?

  1. The control will operate as usual; the default is runat="server"

  2. The control will revert to being a client-side control and function as such.

  3. The control will not function; the default is runat="client".

  4. The compilation of the application will fail.


Correct Option: D

Find more quizzes: