ASP Classic consolidating with classes - not sure how to structure presentation

JacobD

New Member
I've got an ASP Classic site I'm maintaining and I want to consolidate the access to objects and properties. I've written some simple classes with properties to get data, insert data, and update data for a particular object. Most of these classes correspond to a single table.I'm wondering where I should do things like create HTML output for screens, or where I should put methods in that use multiple classes. For example, I might have a student grade class that uses assignments and student information to produce output.Do I make a "presentation" class that takes recordsets (or arrays?) from the objects and renders the output?Thanks!!
 
Back
Top