Which of the following options have DataSource and DataSourceID properties?
A.
Validation controls
B.
Data-bound controls
C.
WebParts
D.
Data-aware controls
Explanation:
Data-aware controls are those controls that are not bound to a specific data source and that have
DataSource and DataSourceID properties.
Answer B is incorrect. Data-bound controls are those controls that are bound to a specific data
source.
Answer C is incorrect. WebParts enable users to personalize and manage pages from the browser.
Answer A is incorrect. Validation controls are used to validate user input.