Exam 9: Creating Web Applications

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

Explain how to add TextBox and Button objects to a web form. Compare and contrast this process to the process for their Windows counterparts.

Free
(Essay)
5.0/5
(36)
Correct Answer:
Verified

Like other web form objects, TextBox and Button objects are similar to their Windows counterparts apart from a few exceptions. A TextBox object on a webpage usually is provided for data entry, allowing a user to enter a name, address, email address, or zip code, for example. The Text property of a TextBox object, therefore, is blank. A Button object on a web form serves the same purpose as it does in Windows applications. Because the user generally clicks the Button object after completing the web form, the Text property for a Button object on a web form often is Submit. To name the TextBox and Button objects, you use the (ID) property.

Use the ____ property to name TextBox and Button objects.

Free
(Multiple Choice)
4.7/5
(41)
Correct Answer:
Verified

A

Case 9-2 Rafael has been staring at his tourism project for a long time. He is pleased with what he has produced but something-he is not quite sure what-is still missing. Then in a flash, it occurs to him: he needs to add an image of a group of vacationers having fun to the page. If Rafael is creating a Windows application, what kind of object will he use to display the picture of the vacationers?

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

C

Explain what a DropDownList object is and how you specify items you want to display in the list

(Essay)
4.9/5
(33)

The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.

(True/False)
4.7/5
(41)

The ASP.NET technology used with Visual Basic 2017 creates a(n) ____.

(Multiple Choice)
4.9/5
(39)

A webpage that has no user interaction is a(n) standard webpage. ________________________

(True/False)
4.8/5
(42)

The ____________________ control of a web form is used to list all validation errors in a single place on the form.

(Short Answer)
4.8/5
(33)

If you prefer to design a webpage without using starter templates, select ____ before you name the project when you create a new Web Site project.

(Multiple Choice)
4.9/5
(41)

The prefix ____ is used when naming a RequiredFieldValidator object on a web form

(Multiple Choice)
4.8/5
(45)
Identify the letter of the choice that best matches the phrase or definition.
Each validation control contains this property, which contains the name of the object you are validating
Text
When using this object on a web form, you must specify the control to be validated
ControlToValidate
Kind of web form objects used primarily for data entry by the user
Checked
Correct Answer:
Verified
Premises:
Responses:
Each validation control contains this property, which contains the name of the object you are validating
Text
When using this object on a web form, you must specify the control to be validated
ControlToValidate
Kind of web form objects used primarily for data entry by the user
Checked
Uses five properties to complete its validation
RangeValidator
TextBox property object that is blank by default when the object is created on a web form
dynamic
Object used to compare an object's value to a constant value, for example
RequiredFieldValidator
Creating this kind of website is similar to creating an interactive Windows application
CompareValidator
When an event is triggered in an ASP.NET 5 page, the event handler code is executed here
TextBox
CheckBox object property that makes a checkbox checked by default when set to true
web server
CompareValidator property that contains a message stating that the value does not match
ErrorMessage
(Matching)
4.8/5
(38)

The ____ validation control compares an object's value with another object or a constant value.

(Multiple Choice)
4.8/5
(43)

The ____ object should be used to ensure that the user enters data in a field.

(Multiple Choice)
4.9/5
(41)

A ____ page is designed to create a consistent layout for the pages in your application.

(Multiple Choice)
4.8/5
(35)

Visual Basic will automatically trim off extra spaces from the beginning and end of a string.

(True/False)
4.9/5
(34)

The CompareValidator object on a web form can be used only to compare the value of one object to the value of another object.

(True/False)
4.8/5
(38)

To allow a user to make a selection from a predefined list on a web form, use a(n) ____________________ object.

(Short Answer)
4.8/5
(35)

You can use the ____________________ procedure of the String class to convert a string to all lowercase characters.

(Short Answer)
4.9/5
(32)

A web ____ is a computer that stores web documents and makes them available to users on the Internet.

(Multiple Choice)
4.9/5
(43)

A(n) ____________________ object should be used when several options are presented and the user is allowed to select more than one option.

(Short Answer)
4.8/5
(34)
Showing 1 - 20 of 103
close modal

Filters

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