Code-behind model - if you want to separate server-side code from client-side layout code
Q. Which programming model should you implement if you want to separate your server-side code from your client-side layout code in a Web page?- Published on 28 Jul 15a. Single-file model
b. Code-behind model
c. Inline model
d. Client-server model
ANSWER: Code-behind model