Solved

Which of the Following Outlines the Proper Order for Connecting

Question 33

Multiple Choice

Which of the following outlines the proper order for connecting a web form to a database?


A) Add a GridView control to the form
Select the Data Source type
Copy the database file to the App_Data folder
Configure the SELECT statement for the database query

B) Copy the database file to the App_Data folder
Add a GridView control to the form
Select the Data Source type
Configure the SELECT statement for the database query

C) Copy the database file to the App_Data folder
Select the Data Source type
Configure the SELECT statement for the database query
Add a GridView control to the form

D) Configure the SELECT statement for the database query
Copy the database file to the App_Data folder
Select the Data Source type
Add a GridView control to the form

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions