nerdexam
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)
  • A
    3% (1)
  • B
    9% (3)
  • C
    70% (23)
  • D
    18% (6)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice