Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1.
For each event that could change the contents of a bound drop-down list on a Web page you should call the _______ method of the list.
A)DataLoad
B)DataRefresh
C)DataBind
D)DataUpdate
2.
If you store the connection string for your application without a hard coded path, this is called a(n) _______.
A)dynamic data adapter
B)input file
C)dynamic mapping
D)dynamic connection string
3.
To modify the loayout of a FormViw on a Web page, select EditTemplates from the smart tag, and then select _______.
A)ItemTemplate
B)RowTemplate
C)LinkTemplate
D)ListTemplate
4.
The _______ object provides a forward-only connection to a database for quick access to data, but it is only appropriate for small amounts of data.
A)DataReader
B)Command
C)DataSet
D)TableAdapter
5.
If a user of a Web form navigates to another page and then returns to the original page, the ViewState data are _______.
A)lost
B)duplicated
C)updated
D)maintained







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 8 > Multiple Choice Quiz