Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1.
The Web GridView control works exactly the same as the Windows DataGridView control.
A)True
B)False
2.
A DetailsView control for a Web page allows links to other records when EnablePaging is selected.
A)True
B)False
3.
Web applications should not be separated into multiple tiers unless absolutely necessary.
A)True
B)False
4.
A Session variable persists for as long as the user's session is alive and can be used by more than one Web page. A form's ViewState is only maintained while that form persists.
A)True
B)False
5.
You can turn off a validation control by setting its Enabled property to False. Turn validation back on by setting the Enabled property to True and use the Page.Validate method to force validation.
A)True
B)False







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 8 > True or False