How to Use Ajax in DotNetNuke
DotNetNuke, often referred to as DNN, is a commercial content management system designed for websites created using the ASP.NET programming framework. With the DotNetNuke CMS, you manage the website's content and add functionality using a graphic user interface system. Unlike manual website management, DNN allows you to add AJAX scripts using a click-based system instead of manual script pasting.
Instructions
-
-
1
Log in to your DotNetNuke CMS using your login credentials.
-
2
Select "AJAX Toolkit" under "Visual Studio Developer Express." A list of AJAX script options and pre-existing items, such as a specific mouse cursor type, appears.
-
-
3
Select the AJAX script you want to add to your website from the "AJAX Toolkit" list and then select the ".ASPX" Web page to which you want to add the code. The base code is added to the page.
-
4
Click "View Source" to view the Web page's source code, including the AJAX script that was added. Manually click and drag the AJAX script to the desired location on the Web page. You can make any changes to the script that you'd like, such as changing variables or item names.
-
5
Click "Design View" to view the Web page the way it will look on your website. If you're satisfied with the AJAX element, press "Ctrl-S" to save the changes, then log out of the CMS.
-
1