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 executes on the web server. This code handles events, performs business logic, and interacts with databases before the page is rendered to HTML. Client-side code like JavaScript would be in script tags or .js files, not in code-behind classes.