You are not logged in.
Pages:: 1
#1 2016-11-01 05:12:59
ASP Quiz Question.
Microsoft .Net Technologies Quizzes ASP
Question:
<a href="page2.asp?color=green">Go</a><br%> How can page2.asp get the "color" parameter?
Option A):
Response.Parameter("color")
Option B):
Response.QueryString("color")
Option C):
Request.QueryString("color")
Option D):
Get("color")
Correct Answer is Option B):
Response.QueryString("color")
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-11-01 05:12:59
- Advertisement
- Ads By Google
Re: ASP Quiz Question.
\n
Pages:: 1