Question 1. 1. (TCO 1) In order to design Web forms in Visual Studio.NET, we use the _______.
(Points : 5)
Web Forms Designer
Question 2. 2. (TCO 1) Many of the Web server controls have a _______ menu, which allows
...
Question 1. 1. (TCO 1) In order to design Web forms in Visual Studio.NET, we use the _______.
(Points : 5)
Web Forms Designer
Question 2. 2. (TCO 1) Many of the Web server controls have a _______ menu, which allows
developers options to perform common tasks and settings. (Points : 5)
Smart tags
Web Style
Page Style
Format Creator
Edit
Question 3. 3. (TCO 1) The starting page for the website can be changed by _______. (Points : 5)
rightclicking on the Web page in the Solution Explorer then leftclicking on "Set As Start Up"
(The exact phrase is “Set as Start Page”)
changing global.asax settings
Changing web.config settings
rightclicking the "Start up" setting in the web page to start the wizard
rightclicking the web page in the Server Explorer to select the startup web page
Question 4. 4. (TCO 2) _______ allow users to select controls by keyboard shortcuts. (Points : 5)
Alternative keys
Alternative options
Attributes
Focus controls
Access keys
Question 5. 5. (TCO 2) You can use the ________ to specify the maximum amount of characters that
can be entered in a textbox. (Points : 5)
Web.config
Validators
Global.asax
MaxLength property
Size property
Question 6. 6. (TCO 2) The CheckedChanged Event for a radio button occurs _________. (Points : 5)
only when the radio option does not have a check mark
whenever the radio option is checked or unchecked
only when the radio option has a check mark
only when the radio button has focus
None of the above
Question 7. 7. (TCO 3) You can use ________ to track the state of each user in the application.
(Points : 5)
session state
application state
browser cache
Web.config settings
Global.asax settings
Question 8. 8. (TCO 3) The ________ control displays the navigation as menu options. (Points : 5)
Menu
Master Form
GridView
Dropdown
Browser
Question 9. 9. (TCO 3) ________ variables are maintained while the browser is opened. (Points : 5)
Session
Application
Class
Persistent
All of the above
Question 10. 10. (TCO 4) To create an SQLDataSource from the Designer, developers can _______.
(Points : 5)
create it from the Solution Explorer
create it from the Properties
[Show More]