I have a class called Product in the App_Code folder.
How do I access this class from the default.aspsx as I get the following error.
?The type or namespace Product could not be found (are you missing a using directive or an assembly reference?)?
...
Go to the complete details ...