T
TomB
In classic asp, I would have my standard page format in an include file,
which I would include on every page. Thus, the whole site has a consistent
look and can be changed through one file.
How do people do this in asp.net? I've been told that I'd need to create a
class inheriting from the Page class. That seems like overkill to me. Is
there a better approach.
Thanks
TomB
which I would include on every page. Thus, the whole site has a consistent
look and can be changed through one file.
How do people do this in asp.net? I've been told that I'd need to create a
class inheriting from the Page class. That seems like overkill to me. Is
there a better approach.
Thanks
TomB