Kentico CMS 6.0 Controls

Configuring your project for Kentico CMS Controls

Configuring your project for Kentico CMS Controls

Previous topic Next topic Mail us feedback on this topic!  

Configuring your project for Kentico CMS Controls

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Before you start using Kentico CMS Controls in your ASP.NET project, you need to add the controls to the Toolbox:

 

1. Open the web project in Visual Studio and edit any ASPX web form or ASCX user control file, for example Default.aspx under the project root. This is necessary, because the controls will only be offered in the toolbox when working with ASPX markup.

 

2. Right-click the Toolbox and choose Add tab from the context menu.

 

3. Type the name of the new tab (e.g. CMS) and press Enter:

 

controls_clip0006

 

4. Right-click the new tab and choose Choose Items... from the context menu.

 

5. In the Choose Toolbox Items dialog, click Browse and locate the CMS.Controls.dll library in the Bin folder under your website. Click Open and then click OK.

 

controls_clip0007

 

6. The controls are now added to the Toolbox:

 

controls_clip0008

 

7. Now you can easily drag and drop the controls onto your Web forms.