Content Management System and E-commerce for ASP.NET
MY ACCOUNT SHOPPING CART
  phone U.S. TOLL-FREE NUMBER:
1-888-225-2767
 
 
Features > Development > ASP.NET templates
   

ASP.NET templates


Kentico CMS allows you to build web sites using standard ASPX pages that are used as page templates. This is an alternative to portal engine for developers who want to use their favorite tools, such as Visual Studio 2005.

The page templates are standard ASPX web forms that display different content based on the URL parameter that specifies the displayed page.

The page looks like this in the Visual Studio design mode:

CMS ASPX page template in Visual Studio 2005 

You can add your own code to the code behind and integrate custom functionality as you're used to:

CMS ASPX page template code behind (C# version) 

You can use standard ASP.NET 2.0 master pages for such page templates.