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 classes in ASP.NET contain server-side code that runs on the web server, not client-side code that runs in the browser. The separation allows developers to keep UI logic (server-side) separate from presentation logic (client-side).