Please correct me if I'm wrong. A aspx file can have only one codebehind page, so you can attach only one class to you page? If not, how do I attach more than one codebehind pages? Then you can attach as much ascx controls to your page, so I can put all reuseable code in there? Then of course I can put it all in the web.config, but that does not sound right.
|