Based on Javascript Tic Tac Toe by Maximilian Stocker, this is an ASP script that allows you to play Tic Tac Toe against your computer. First one to make 3 squares in a row wins. Source is PD and available off the page
Keno is a game found in most casinos. Playing is simple: choose 10 numbers and the computer will select 20 numbers. If you get 5 or more matches, you win an amount proportional to the number of matches. Here is an ASP implementation of online Keno game.
This application demonstrates the use of Sessions, state, and database calls to create a simple tic-tac-toe game. There are no ActiveX components in use on either the client or the server.