Microsoft
98-363 · Question #26
You are using a SqIDataSource object- The SqlDataSource object must pass the value of an <asp:TextBox> control to a stored procedure in its SELECT command. You need to extract the value of the text…
The correct answer is C. ControlParameter. See the full explanation below for the reasoning.
Question
You are using a SqIDataSource object- The SqlDataSource object must pass the value of an asp:TextBox control to a stored procedure in its SELECT command. You need to extract the value of the text box. Which parameter type should you use?
Options
- ATextParameter
- BStringParameter
- CControlParameter
- DTextBoxParameter
How the community answered
(33 responses)- A3% (1)
- B9% (3)
- C70% (23)
- D18% (6)
Community Discussion
No community discussion yet for this question.