nerdexam
Microsoft

98-363 · Question #73

What syntax should you use to pass variable a and variable b in a QueryString?

The correct answer is D. Response.Transfer("Webpage.aspx?a=1+b=2"). See the full explanation below for the reasoning.

Question

What syntax should you use to pass variable a and variable b in a QueryString?

Options

  • AResponse.Redirect("Webpage.aspx?a=1&b=2")
  • BResponse.Redirect("Webpage.aspx?a:1&b:2")
  • CResponse.Transfer("Webpage.aspx?a:1+b:2")
  • DResponse.Transfer("Webpage.aspx?a=1+b=2")

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    13% (4)
  • C
    3% (1)
  • D
    78% (25)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice