1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Web Form
A _______________ is a page displayed in a Web browser that requests data from a user.
Static
A Web page that displays information such as text and pictures with no interactivity is called a(n) _______________ Web page.
Radio Button
A(n) _______________ object allows a user to choose only one option from a group of related options.
DropDownList
The _______________ object allows users to select one item from a predefined list.
Start Debugging
To view a completed DropDownList object, you can run the application by clicking the _______________ button on the Standard toolbar.
Calendar
The _______________ object is organized by month and displays the number of days in each month as appropriate for the year.
RequiredFieldValidator
The _______________ object finds a specified object to validate and determines whether the object is empty.
Length
You can use the _______________ property of a String class to determine the number of characters in a particular string.
Trim
Visual Basic provides a procedure named _______________ to remove spaces from the beginning and end of a string.
ToLower
The _______________ procedure converts a string to all lowercase.
Dynamic
A _______________ Web page reacts to the data that a user enters.
Client Side
A _______________ computer runs the Web browser that requests a Web page from the Web server and displays the page.
New Web Site
To create a Visual Basic Web project, start Visual Studio, and click the _______________ button on the Standard toolbar.
Url
An Image object needs a(n) _______________ to specify where a picture resides.
Checkbox
A(n) _______________ object allows the user to choose from several options.
Ddl
The prefix for the name of a DropDownList object in Visual Basic is _______________.
Cld
When creating a Calendar object, use the prefix _______________ in the name.
Error Message
You can customize the response to missing data by changing the _______________ property of a RequiredFieldValidator.
RequiredFieldValidator
Which of the following controls verifies that a required field contains data? _______________
ToUpper
The _______________ procedure converts a string to all uppercase.
RequiredExpressionValidator
control that checks whether the value of an input control matches a pattern defined by a regular expression.