This code sample isn’t big or fancy but I found it a bit nifty when having to paginate multiple lists within a single page, hance I wanted to share...
Setting up CMS Start by creating a new project from the EPiServer visual studio templates which can be found here(https://visualstudiogallery.msdn....
Begin by adding an InitializationModule to the root of your project from the EpiServer templates. Change the interface inheritance in the file from...
Begin by locating the Global.asax-file, add a new static constructor to this class and define the location of your database(s): static EPiServerApp...