Create a List Page - Step V
49. Click inside any cell in the middle row and then click on the <tr> for that row in the bottom of the Design View window.
50. Open the Server Behaviors Panel (CTRL + F9) if it is not already open. Click on the (+) sign in the Server Behaviors Panel and select Show Region > Show Region if Recordset Is Not Empty and use the following settings in the Show Region if Recordset Is Not Empty window. Click OK.

51. Click on the (+) sign in the Server Behaviors Panel and select Repeat Region and use the following settings in the Repeat Region window. Click OK.

52. Click inside any cell in the bottom row and then click on the <tr> for that row in the bottom of the Design View window.
51. Click on the (+) sign in the Server Behaviors Panel and select Show Region > Show Region if Recordset Is Empty and use the following settings in the Show Region if Recordset Is Empty window and click OK.

52. Save your page and then, in your browser of choice, type the following in the address bar:
http://localhost/tutorial/index.asp
53. Mouse over the Categories menu and select one of the sub menu items. It should take you to the listBy.asp page with the appropriate data displayed in the table. After you check all of the sub menu items (I know you will) change the address to this:
http://localhost/tutorial/listBy.asp?CategoryID=20
You should see something like the following.

That is it. You can get a copy of an example page here.