Master Pages


eCatalog is developed in Asp.Net framework, which allow pages to use the master pages.


Programming note:

  • To custom master page should inherit from Glenosoft.eCatalogManagerWebsite.BaseMaster.
  • Programmer can set which active master page to use at the web.config.
  • There are two types of master pages:
    • Anonymous master page. Use this master page for anonymous page, which does not require to authenticate
    • Admin master page. Use this master page when the page requires to authenticate before accessing page.