InterviewSolution
Saved Bookmarks
| 1. |
You Want Your Users To Select A Parameter From A List Of Values In A List Box. How Should You Configure The Parameter? |
|
Answer» You should CREATE a data source that contains the possible VALUES and then bind the data source to the PARAMETER. You should create a data source that contains the possible values and then bind the data source to the parameter. |
|