show / hide menu

QueryString

This function is used to get the query string value. The query string value can be obtained just by giving a single argument, that is the query string variable.

Syntax:

QueryString(QueryString)

Where
QueryString is the QueryString variable.

Examples:

TextBox1.Value=QueryString(Id)

This example shows how we can get the query string value of Id.