hi i have a problem, i’m working on a aps.net page which have a couple of sites.
the sites are nearly eqal but have e.g. a other count of labels the but the method names are the same.
what would be the best design strategy to keep all this sites easy to handle?
Derive a base class from
System.Web.UI.Page, and inherit from this for your specific pages.…etc
Have a look at this article for example.