Multiple choice technology web technology

The type of code found in Code-Behind class is

  1. Server-side code

  2. Client-side code

  3. Both A) and B)

  4. None of the above

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

Code-behind files in ASP.NET contain server-side code that executes on the web server, not in the user's browser. This includes event handlers, business logic, and data access code. Client-side code would be in JavaScript or script tags in the .aspx page.