简介
- Coolite Toolkit 是一个支持ASP.NET AJAX的Web控件。
- Coolite Toolkit是基于跨浏览器的ExtJS 库开发而来的,并且简化了开发步骤,并且包含有丰富的Ajax运用。
- Coolite Toolkit和ExtJS 都是开源的。
- 可能通过SVN直接获取Coolite 的代码。
系统要求
- Visual Studio 2005 或者2008。
- Visual Web Developer Express 2005 或者2008
- .NET Framework 3.5 (需要电脑上安装), 可以在.NET 2.0, 3.0 or 3.5环境下进行编程。
一步步地学习
- 首先确保您的电脑安装了Visual Studio 或者Visual Web Developer Express,如果没有安装,你可以去 Visual Web Developer Express Edition免费下载。Coolite Toolkit 只能在ASP.NET和Visual Studio 环境下运行。
-
- 创建您的第一个网站.
- 打开Visual Studio (或者Visual Web Developer) 并且新建一个"Web Site" 工程. (文件->新建->网站)。
- The "New Web Site" dialog will open, ensure "ASP.NET Web Site" is selected from the list of Templates.
- For your first project, the "Location" option of "File System" and default file path should be fine, or modify to fit your preference.
- Please select your "Language" preference. Whether you choose "Visual C#" or "Visual Basic" is ultimately just dependent on personal coding preferences. The Coolite Toolkit is written in C#, but can be used in any .NET language, including Visual Basic or C#.
- Click "OK".
- 引用Coolite Toolkit Controls 到 Visual Studio 。
- 创建一个网页.
原文地址:http://examples.coolite.com/Examples/Getting_Started/Introduction/Overview/