ASP.NET(vb.net) Request.QueryString() - Request Object - Request.QueryString() : The QueryString collection retrieves the values of the variables in the HTTP query string.The HTTP query string is specified by the values following the question mark (?).
ShotDev Focus:
- ASP.NET(vb.net) Request.QueryString() - Request Object
Syntax
Request.QueryString(variable)[(index)|.Count]
Go to : ASP.NET(vb.net) & Request.QueryString
.
.
.