Multiple choice

Which of the following files is a text file that houses application level event handlers, declarations that pertains to all parts of the application and other global application elements?

  1. ASCX file

  2. ASPX file

  3. Global.asax file

  4. The archive file

  5. The parameter file

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

This file is a text file that houses application level event handlers declarations that pertain to all parts of the application and other global application elements.