Posted on: 4/2/2014 12:00:53 PM | Views : 644

As a Classic ASP user trying to level up my knowledge for redoing old web sites, I've searched the net up and down, found a lot of articles and posts that I've read (some multiple times) with somewhat useful clues and hints of achieving a cleaner codebehind/Codefile structure.
I've learned from this tedious process that Classes can be split into separate files as Partial Classes, and I've seen suggestions to use this approach with web pages/sites that makes sense and is in the alley of what I want to utilize for better code structure. But Iv'e not found out how to achieve it, despite exploring a few ways based on the clues found.
Since there can be only one "CodeFile="-directive, I don't see how this could be achieved for "ordinary" web pages except for my attempt to import the extra class f ...

Go to the complete details ...