NIRA - National Intercollegiate Rodeo Association
<%
'Option Explicit
'--------------- WEB SITE: collegerodeo.com ----------------
' File Name: CNFRResultsTemplate.asp
'
' Purpose: Used as Template for creating CNFR results from Rodeoware
'
' Arguments:
' Comments:
'
' Author: Greg Post
' Dayton Computer Works
' gregp@daytoncomputerworks.com
'
' Date Created:
' 30 April 2006
'
' Modification History:
'
'----------------------------------------------------------------------
' local variables
dim intCNFRYear ' the CNFR year is RodeoYear+1
dim i
'----------------------------------------------------------------------
intCNFRYear = request.QueryString("Year") + 0
if intCNFRYear < 1999 then
intCNFRYear = getdbparameter("RodeoYear") + 1
end if
'
'----------------------------------------------------------------------
%>