Kentico CMS 6.0 Tutorial ASPX

Opening and configuring the web project

Opening and configuring the web project

Previous topic Next topic Mail us feedback on this topic!  

Opening and configuring the web project

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

Open the web project in Visual Studio. You can open it either using the WebProject.sln file or using the File -> Open -> website menu.

 

Now we need to add Kentico CMS Controls to the Visual Studio Toolbox.

 

1. Open the website project in Visual Studio and open some ASPX page.

 

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:

 

tutorial_clip0149

 

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.

 

tutorial_clip0150

 

6. The controls are now added to the Toolbox:
 
tutorial_clip0151

 

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