Question:You are writing a Web site that collects a lot of data from your users. The data collection
spreads over multiple Web pages. When the user reaches the last page, you need
to gather all of the data, validate it, and save it to the database. You notice that it can
be rather difficult to gather the data that is spread over multiple pages and you want
to simplify the development of this application. What control should you use to solve
this problem?
A The View control
B The TextBox control
C The Wizard control
D The DataCollection control
+ AnswerC
+ Report