The type of code found in Code-Behind class is ________ ?
-
Server-side code
-
Client-side code
-
Both A) and B)
-
None of the above
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).