<%@ page language="C#" masterpagefile="~/templates/Master1.master" inherits="Page" keywords="Site Map" %>

Here is a list of the catalogs available today for use with <%=ConfigurationManager.AppSettings["SSXVP"]%> through the User-Defined Catalog Wizard:

Catalog Description
<% System.IO.StreamReader fi = System.IO.File.OpenText(Request.PhysicalApplicationPath + "super_catalogs.txt"); string fileText = fi.ReadToEnd();fi.Close(); fileText = fileText.Replace("|", ""); fileText = fileText.Replace("\r", "
"); fileText = fileText.Remove(fileText.Length - 19); Response.Write(fileText); %>