How can I include more than one class in a page.aspx
I can access to a class called Flight.cs writing this
<%@ Page Language="C" src="Fligth.cs" mce_src="Fligth.cs" %>
This works but i don´t know if it is the best way.
But I want to include a class called company that is in the file company.cs
How can I do it?
Thank your