1.

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.

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.



Discussion

No Comment Found