October 2010
Intermediate to advanced
1920 pages
73h 55m
English
QueryStringParameter ObjectThe QueryStringParameter object can represent any query string passed to a page. The QueryStringParameter class includes all the properties of the base Parameter class with the addition of the following property:
• QueryStringField—
The name of the query string that the QueryStringParameter represents.
This type of parameter is particularly useful when you build Master/Detail pages. For example, the page in Listing 9.23 displays a list of movie titles. Each movie title links to a page that contains detailed information for the movie.
Listing 9.23. ShowQueryStringParameterMaster.aspx

The ID of the movie is ...