INTRODUCTION TO ASP.NET AJAX

Posted by Anonymous 0 komentar
Download free Introduction to ASP.NET AJAX.pdf Creating and Hosting an ASP.NET AJAX Web Site in Your Windows Shared Hosting Account ASP.NET AJAX is a free framework that assists you in quickly creating interactive Web applications. This tutorial shows you how to create and host an ASP.NET AJAX Web site in your Windows shared hosting account.

Download and Install ASP.NET AJAX and ASP.NET AJAX Control Toolkit To use ASP.NET AJAX you need to download and install the free framework to your local computer. This will add new project templates for creating AJAX-enabled Web sites and new tools in the Toolbox area of Visual Studio 2008.

Download and Install ASP.NET AJAX. The ASP.NET AJAX Control Toolkit is an open source project that contains a number of AJAX-enabled controls and extenders. If you intend to use these controls, you need to download the runtime binaries to your local computer and add a reference to your Visual Studio 2005 or 2008 project.

Adding the ASP.NET AJAX Control Toolkit Reference to Your Web Site
  1. Download the ASP.NET AJAX Control Toolkit.
  2. Extract the files from the archive to a folder on your computer. For example:C:\AJAXControlToolkit.
  3. Right-click on your project in the Solution Explorer and select Add Reference.
  4. Select the Browse tab and select AjaxControlToolkit.dll from the folder where you extracted the toolkit. For example: C:\AJAXControlToolkit\SampleWebSite\Bin.
  5. Click OK.
here

0 komentar:

Post a Comment