The QueryString property retrieves the values of the arguments passed to the server in the URL string. Arguments are listed at the end of the URL string. The beginning of the argument list is marked by the question mark (?) symbol; arguments are separated by the ampersand (&) symbol. (QueryString collection, Read
Value = Request.QueryString(ArgName)(Index).Property
Value = Request.QueryString.Item (ArgName)(Index).Property
It is recommended that you use the helper_js.csp file for cross
Variant value of the argument.
Optional string for the name of the argument. If you do not specify this item, then one of the properties listed in QueryString Collection Properties must be specified. If you do specify this item you may still specify the Property item although in this case it will be one of the items defined in Argument Properties.
Optionally specify one of the properties described in QueryString Collection Properties. Specify this if you have not included the ArgName. If you did include the ArgName, then this will be one of the properties described in Argument Properties.
Optional integer value for an index that enables you to select a particular
value from an argument that has multiple values. The index is one
If you do not include any parameters when using this property the entire query string will be returned without it being parsed. For further information on how to use the QueryString property, see Passing arguments between CSP pages.
Refer to the tables below for QueryString Collection Properties and Argument Properties.
Property | Description |
---|---|
Given an index or ordinal value retrieves a particular argument. (Argument) |
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |