Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ASP%20.NET%20Interview%20Questions%20and%20Answers

Question: What type of code (server or client) is found in a Code-Behind class?
Answer: The answer is server-side code since code-behind is executed on the server.However,
during the code-behind's execution on the server, it can render client-side code such
as JavaScript to be processed in the clients browser.But just to be clear, code-behind
executes on the server, thus making it server-side code.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook