Exam 15: Web-Based Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Master pages actually consist of two pieces: the master page itself and one or more  ____________ pages.

(Short Answer)
4.9/5
(43)

The Web Forms controls are designed to look and act like their Windows counterparts.  The programming model used for these controls is also closely aligned to the object-oriented programming model used with Windows controls.

(True/False)
4.9/5
(41)

The server loads an ASP.NET Web page every time it is requested by a client browser and then unloads it back to the browser after it processes the server-side code to render the HTML.

(True/False)
4.8/5
(44)

With ASP.NET, you write code in a separate scripting language such as JavaScript or VBScript.

(True/False)
4.9/5
(30)

When you set the Web Forms control's property using the Properties window in Visual Studio, the settings are stored in the code behind file-the file ending with the .aspx.cs extension.

(True/False)
4.8/5
(41)

Two files are created for each page when you build Web applications. This file ending in .aspx holds the HTML tags.

(True/False)
4.9/5
(33)

To develop an ASP.NET application using Microsoft Internet Information Services (IIS), you must also have administrative debugging privileges on the computer used for development.

(True/False)
4.7/5
(37)

Which of the following is an example of a scripting language that might be used to create a dynamic web page?

(Multiple Choice)
4.9/5
(47)

With Windows and console-based applications, execution begins with the first statement in the Main( ) method. With a Web application, execution begins with the first statement in the ____.

(Multiple Choice)
4.9/5
(35)

Software that hosts or delivers a Web application is called a(n) ____.

(Multiple Choice)
4.9/5
(36)

Which validation control compares an input value to see if it is between a specified lower and upper boundary?

(Multiple Choice)
5.0/5
(39)

For retrieving data from a database, you can use a GridView object.  However, by default, the GridView control displays data on a Web form in a read-only format.

(True/False)
5.0/5
(37)

With the Calendar control object, _______________  sets the amount of space between the cells and the border. ​

(Short Answer)
4.7/5
(40)

____ enable you to provide more consistency across pages on a Web site.

(Multiple Choice)
4.9/5
(32)

Referred to as Standard controls, server controls, ASP server controls, or simply ____________, these controls have more built-in features than  HTML controls. They are more powerful and closely akin to Windows Forms control objects.

(Short Answer)
4.8/5
(30)

The .aspx.cs file is where your program logic, including your event handlers, is stored with ASP.NET Web sites.

(True/False)
4.8/5
(38)

The ____ control does not have a property called AutoPostBack that can be set to true to trigger an automatic postback to the server.

(Multiple Choice)
4.9/5
(34)

With traditional client server ASP, once the client requests a page, the server gets it ready by executing any scripts found inside the HTML document, ____.

(Multiple Choice)
4.8/5
(47)

A round trip to the server on which the page is stored is required for the second and subsequent requests for a web page. The first request can be dealt with without a round trip.

(True/False)
4.8/5
(45)

What is one of the major differences between an ASP .NET application that you build and a Windows application?

(Multiple Choice)
4.7/5
(46)
Showing 21 - 40 of 73
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)