1
Answer

Syntax for partial classes

Craig Davis

Craig Davis

13y
1.7k
1
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.
Answers (1)