Syntax for partial classes
I would like to split my codebehind into two files. The aspx page would inherit the partial class from cs file 1 as is traditionally done. How would I reference cs file 2 in respect to the aspx page and cs file1? I'm a bit weak on object oriented concepts and I need help on the syntax.