LordofTheMorning
New Member
I've been playing around with an idea or two since I got the beta 2 installed. One thing I'm really interested in is using the OO capabilities of ASP.NET to abstract common functionality - instead of using a #include file in ASP, I want to define my own subclass of Page for each application, and then every page inherits from that instead of the base Page class.<BR><BR>So here's the question: do I need to call the base() constructor in the constructor for my Page subclass?<BR><BR>Dunc