The StatesDataSet from Review Question 1 is associated with the TblStatesBindingSource and TblStatesTableAdapter objects. Which of the

Question:

The StatesDataSet from Review Question 1 is associated with the TblStatesBindingSource and TblStatesTableAdapter objects. Which of the following will sort the records by the Capital field?

a. TblStatesBindingSource.Sort = "Capital"

b. TblStatesBindingSource.Sort("Capital")

c. TblStatesTableAdapter.Sort = "Capital"

d. TblStatesTableAdapter.Sort("Capital")

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: