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)- A6% (2)
- B13% (4)
- C3% (1)
- D78% (25)
Community Discussion
No community discussion yet for this question.