Good morning, I am not familiar with .NET as I primarily work with PHP so any help would be appreciated. I have the following error on our website for one of our pages.

Compiler Error Message: CS0103: The name 'reqCheck' does not exist in the class or namespace 'ASP.animal_referral_aspx'

Both of these files animal_referral.aspx and animal_referral.aspx.cs are in the same directory, but it appears that they arent referencing properly because the reqCheck is inside the .cs file. I don't know how inheritance works in ASP, but here is the top part of the aspx file

<%@ PAGE LANGUAGE="C#" AutoEventWireup=true Debug="False" %>
<%@ Import namespace="System.Web.Mail" %>

the actual error message can be seen at
http://www.vetcares.com/forms/animal_referral.aspx

Thank you again for any help

Does reqCheck is a control name?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.