Nbspin order to create a unique field in the table of a


 In order to create a unique field in the table of a database, you need to define a _____. 
A. trigger

B. view

C. primary key

D. host key

 

Which of the following statements sets the value of an insert parameter named FirstName for a data source named SqlDataSource1 to the value of the Text property of a control named txtFirstName? 

       A. SqlDataSource1.InsertParameters["FirstName"] = txtFirstName.Text;
       B. SqlDataSource1=txtFirstName.Text;
       C. Sql.InsertParameters["FirstName"].DefaultValue = txtFirstName.Text;
       D. SqlDataSource1.InsertParameters["FirstName"].DefaultValue = txtFirstName.Text;

 

Which of the following objects is not needed in .NET to display data?

       A. Connection
       B. Business
       C. Adapter
       D. Dataset 

Request for Solution File

Ask an Expert for Answer!!
Civil Engineering: Nbspin order to create a unique field in the table of a
Reference No:- TGS01165291

Expected delivery within 24 Hours