Select Case w/Query String Variable:

In this example the <% Select Case %> statement is used to display the same content but with a different layout depending on the variable passed in the querystring.

Examples:

default.asp?PageCase=Newsroom
default.asp?PageCase=Company

Code:

default.asp
Highlight