본문 바로가기
개발언어/ASP.NET

ASP.NET AJAX ControlToolkit 간단 설명

by 엔돌슨 2007. 12. 23.
반응형

ASP.NET AJAX ControlToolkit은 Microsoft에서 기존에 코드명 "Atlas"로 불리어졌으며, 편리한 사용자 인터페이스를 자기고 웹 페이지의 빠른 처리가 가능해지게 하는 새로운 도구입니다. 그리고 ASP.NET AJAX는 클라이언트 스크립트 라이브러리와 서버 컴포넌트의 구성으로 이루어져 있으며, 사용하기 위해서는 ASP.NET AJAX ControlToolkit을 이용하면 됩니다.

아래의 그림은 ASP.NET AJAX의 서버와 클아이언트의 구조도 입니다.

사용자 삽입 이미지

Ajax 기술은 정말 많이 들어 왔을 것입니다.

ASP.NET AJAX 은 Visual Studio에서 개발하기 편리한 도구들을 많이 제공하고 있기 때문에 우리가 기존에 어렵게 코딩했던 스크립트를 손 쉽게 코딩이 가능해졌다는 것입니다.



다운로드 받을수있다 ~
http://www.asp.net/ajax/downloads/

ASP.NET AJAX Downloads

There are two additional essential downloads for AJAX scenarios in ASP.NET 3.5: the AJAX Control Toolkit and the AJAX Library 3.5.

ASP.NET AJAX Essential Components

ASP.NET AJAX Control Toolkit

The ASP.NET AJAX Control Toolkit is a shared source project built on top of the Microsoft ASP.NET AJAX framework. It is a joint effort between Microsoft and the ASP.NET AJAX community that provides a powerful infrastructure to write reusable, customizable and extensible ASP.NET AJAX extenders and controls, as well as a rich array of controls that can be used out of the box to create an interactive Web experience.

View the Control Toolkit, Live