VBA 2017 Website unit (Probably CH. 7)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:18 AM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Web Form

A _______________ is a page displayed in a Web browser that requests data from a user.

2
New cards

Static

A Web page that displays information such as text and pictures with no interactivity is called a(n) _______________ Web page.

3
New cards

Radio Button

A(n) _______________ object allows a user to choose only one option from a group of related options.

4
New cards

DropDownList

The _______________ object allows users to select one item from a predefined list.

5
New cards

Start Debugging

To view a completed DropDownList object, you can run the application by clicking the _______________ button on the Standard toolbar.

6
New cards

Calendar

The _______________ object is organized by month and displays the number of days in each month as appropriate for the year.

7
New cards

RequiredFieldValidator

The _______________ object finds a specified object to validate and determines whether the object is empty.

8
New cards

Length

You can use the _______________ property of a String class to determine the number of characters in a particular string.

9
New cards

Trim

Visual Basic provides a procedure named _______________ to remove spaces from the beginning and end of a string.

10
New cards

ToLower

The _______________ procedure converts a string to all lowercase.

11
New cards

Dynamic

A _______________ Web page reacts to the data that a user enters.

12
New cards

Client Side

A _______________ computer runs the Web browser that requests a Web page from the Web server and displays the page.

13
New cards

New Web Site

To create a Visual Basic Web project, start Visual Studio, and click the _______________ button on the Standard toolbar.

14
New cards

Url

An Image object needs a(n) _______________ to specify where a picture resides.

15
New cards

Checkbox

A(n) _______________ object allows the user to choose from several options.

16
New cards

Ddl

The prefix for the name of a DropDownList object in Visual Basic is _______________.

17
New cards

Cld

When creating a Calendar object, use the prefix _______________ in the name.

18
New cards

Error Message

You can customize the response to missing data by changing the _______________ property of a RequiredFieldValidator.

19
New cards

RequiredFieldValidator

Which of the following controls verifies that a required field contains data? _______________

20
New cards

ToUpper

The _______________ procedure converts a string to all uppercase.

21
New cards

RequiredExpressionValidator

control that checks whether the value of an input control matches a pattern defined by a regular expression.