adplus-dvertising
frame-decoration

Question

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?

a.

Single-file model

b.

Code-behind model

c.

Inline model

d.

Client-server model

Posted under ASP NET Web Technologies

Answer: (b).Code-behind model

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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?

Similar Questions

Discover Related MCQs

Q. You want to make a configuration setting change that will affect only the current Web application. Which file will you change?

Q. Match the following List 1 with List 2:

a. Control ------------------ i. Controls the output caching policies of a page or user control.
b. MasterType ------------ ii. Page directive uses with user controls.
c. PreviousPageType ---- iii. Enables an ASP.NET page to work with a postback from another page in the application.
d. OutputCache ----------- iv. Associates a class name to a page to get references or members contained within the specified master page.

Q. Which of the following is not an ASP.NET page event?

Q. To implement a specified .NET Framework interface which directive is used?

Q. In ASP.NET application DLL files are stored in which folder?

Q. Match the following List 1 to List 2

a. App_Code ------------------------ i. Assembly Resource Files (.resx)
b. App_Data ------------------------ ii. .skin file, CSS files
c. App_Themes -------------------- iii. .mdf file, .mdb file
d. App_GlobalResources --------- iv. .wsdl files, typed datasets

Q. To create your application on a remote server which option you will choose in ASP.NET?

Q. Match the following List 1 to List 2

a. Web Form -------------------------- i. .ascx
b. Web User Control ---------------- ii. .asmx
c. Web Service ---------------------- iii. .aspx

Q. Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?

Q. What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?

Q. Which webserver is developed by Microsoft?

Q. Which commands are used to specify settings of an .aspx file?

Q. Which of the following directive is used to link an assembly to a page or user control?

Q. The @Implements directive

Q. Which of the following server control shows data in a tabular format and allows sorting, paging, edit, delete each record?

Q. Which of the following webserver control used as container for other server controls in a ASP.NET webpage?

Q. By using which of the following web server control data can be retrieved from a relational database?

Q. By using which of the following attribute, HTML elements are transformed to HTML server control?

Q. What component of .NET includes services used to support web services?