Question:What is Querystrings?
Answer
The query string is a collection of key–value pairs, separated by an ampersand (&) character. The start of the query string is indicated by a question mark (?). The following provides an example.GET /getCustomer.aspx?Id=123&color=blue