簡介
- 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 環境下運行。
下載 並且運行Coolite Toolkit (.exe)
- 建立您的第一個網站.
- 開啟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/