1
Reply

Partial classes- splitting code behind into two files

Craig Davis

Craig Davis

Apr 2 2011 11:30 PM
2k
I understand that I can split my code behind into multiple pages using partial classes - part of the class defined on one page the other part on another.  How is this done?  The aspx page inherits from one code behind page.  How can it inherit from the other page.  Can someone provide a code example? 

Answers (1)