買這商品的人也買了...
-
$299Facebook Application Development
-
$1,590$1,511 -
$199Data-Driven Services with Silverlight 2 (Paperback)
-
$1,700$1,615 -
$1,880$1,786 -
$1,300$1,235 -
$550$468 -
$1,940$1,843 -
$454Git 權威指南
-
$520$442 -
$860$731 -
$760$646 -
$650$507 -
$580$458 -
$590$466 -
$520$343 -
$400$312 -
$520$411 -
$520$411 -
$520$468 -
$540$427 -
$680$578 -
$1,050$998 -
$509複盤
-
$680$537
商品描述
As the Internet user experience (UX) progresses, more users are demanding and expecting their custom-built business applications to provide the same UX that they see on the Internet every day. ASP.NET 3.5 AJAX Unleashed empowers ASP.NET developers to easily provide this type of experience with minimal code. Author Rob Foster has built AJAX-enabled web applications for a number of major corporations and uses the experience he has gained there to explain concisely, clearly, and completely what ASP.NET developers need to learn to start taking advantage of the rich opportunities made possible by ASP.NET AJAX.
- Learn ASP.NET AJAX by working with real-world examples
- Use the ScriptManager and ScriptManagerProxy controls in your ASP.NET AJAX-enabled applications
- Leverage the ASP.NET AJAX client-side API to maximize the flexibility of ASP.NET AJAX
- Build applications that use the UpdatePanel and Timer controls
- Use the ASP.NET AJAX Control Toolkit to provide rich AJAX functionality to your web applications
- Build ASP.NET AJAX-enabled extender controls
- Integrate ASP.NET AJAX and .NET 3.5 with Microsoft Office SharePoint Server 2007
- Create ASP.NET AJAX-enabled Windows Vista Gadgets
- Learn advanced AJAX concepts such as JavaScript Object Notation (JSON) and WCF Web services
Introduction 1
Part I Introduction
Chapter 1 Introduction to AJAX Technologies 5
AJAX and Web 2.0 6
Why Use AJAX? 7
AJAX Rationale 7
AJAX: An Example 8
The XMLHttpRequest Object 8
A Simple AJAX Library 10
Using the AJAX Library 14
Summary 20
Chapter 2 Introduction to ASP.NET AJAX 21
Introducing the Visual Studio Controls 22
ScriptManager 22
ScriptManagerProxy 23
Timer 23
UpdatePanel 23
UpdateProgress 23
Introducing the Visual Studio Projects and Web Site Items 24
Projects 24
Web Site Items 25
Introducing the AJAX Control Toolkit 26
Summary 27
Part II Working with ASP.NET 3.5 AJAX
Chapter 3 The ScriptManager and ScriptManagerProxy Controls 31
About the ScriptManager Control. 31
ScriptManager Properties, Methods, and Events 34
JavaScript Proxy Classes for Web Services 37
Partial-Page Rendering 43
Summary 47
Chapter 4 The ASP.NET AJAX Client API 49
The Namespaces 49
Global 49
Sys 52
Sys.Net 53
Sys.Serialization 54
Sys.Services 62
Sys.UI 66
Sys.WebForms 68
Summary 71
Chapter 5 The UpdatePanel and Timer Controls 73
About the UpdatePanel Control 73
Using the UpdatePanel Control 74
Advanced Features of the UpdatePanel Control 78
Triggers 78
Multiple UpdatePanel Controls on a Single Page 81
The Timer Control 89
Using the Timer Control with Partial-Page Rendering 90
Summary 92
Chapter 6 Advanced Techniques with the ASP.NET AJAX PageRequestManager Object 93
Using the PageRequestManager Object 93
A Practical Example of the PageRequestManager Object 95
Summary 100
Chapter 7 Using the ASP.NET AJAX Control Toolkit 101
ASP.NET AJAX Control Toolkit: The Controls 102
Using Controls in the ASP.NET AJAX Control Toolkit 105
Configuring Visual Studio to Use the Toolkit 105
The Accordion and AccordionPane Controls 106
The CalendarExtender Control 110
The CollapsiblePanelExtender Control 112
The ConfirmButtonExtender Control 118
The DragPanelExtender Control 120
The DropDownExtender Control 122
The FilteredTextBoxExtender Control 125
The HoverMenuExtender Control 127
The TextBoxWatermarkExtender Control 130
ASP.NET AJAX Control Toolkit: A Practical Example 134
Using the ASP.NET AJAX Control Toolkit with Microsoft Expression Web 145
Configuring Expression Web for the ASP.NET AJAX
Control Toolkit 145
Summary 150
Chapter 8 Building an ASP.NET AJAX Extender Control 151
Add ASP.NET Controls 151
How to Build an Extender Control 154
Server-Side Code 156
Client-Side Code 159
Summary 163
Chapter 9 ASP.NET AJAX and SharePoint 2007 165
SharePoint and AJAX 165
Modifying Web.Config 166
Developing an AJAX-Based SharePoint Web Part 171
Summary 177
Chapter 10 Creating ASP.NET AJAX-Enabled Vista Sidebar Gadgets 179
Vista Sidebar Gadgets 179
Creating the Gadget 181
Create the Web Service 181
Generate the JavaScript Proxy 183
Create the Vista Gadget 186
Test the Gadget 187
Summary 188
Part III Appendices
Appendix A Microsoft Expression Web 191
An Introduction to the Expression Web Interface 191
Creating Web Pages and Web Sites 191
Customizable Interface 194
Creating Standards-Based Web Sites 198...
商品描述(中文翻譯)
隨著網際網路使用者體驗(UX)的進步,越來越多的使用者要求並期望他們自訂的商業應用程式能提供與他們每天在網路上看到的相同的使用者體驗。《ASP.NET 3.5 AJAX Unleashed》使ASP.NET開發人員能夠輕鬆地以最少的程式碼提供這種體驗。作者Rob Foster為多家大型企業構建了支援AJAX的網頁應用程式,並利用他在那裡獲得的經驗,簡明、清晰且完整地解釋了ASP.NET開發人員需要學習的內容,以開始利用ASP.NET AJAX所帶來的豐富機會。
- 通過實際案例學習ASP.NET AJAX
- 在您的ASP.NET AJAX支援應用程式中使用ScriptManager和ScriptManagerProxy控制項
- 利用ASP.NET AJAX客戶端API最大化ASP.NET AJAX的靈活性
- 構建使用UpdatePanel和Timer控制項的應用程式
- 使用ASP.NET AJAX控制工具包為您的網頁應用程式提供豐富的AJAX功能
- 構建支援ASP.NET AJAX的擴展控制項
- 將ASP.NET AJAX和.NET 3.5與Microsoft Office SharePoint Server 2007整合
- 創建支援ASP.NET AJAX的Windows Vista小工具
- 學習進階AJAX概念,如JavaScript物件表示法(JSON)和WCF Web服務
引言 1
第一部分 引言
第1章 AJAX技術介紹 5
AJAX與Web 2.0 6
為什麼使用AJAX? 7
AJAX的理由 7
AJAX:一個範例 8
XMLHttpRequest物件 8
簡單的AJAX庫 10
使用AJAX庫 14
總結 20
第2章 ASP.NET AJAX介紹 21
介紹Visual Studio控制項 22
ScriptManager 22
ScriptManagerProxy 23
Timer 23
UpdatePanel 23
UpdateProgress 23
介紹Visual Studio專案和網站項目 24
專案 24
網站項目 25
介紹AJAX控制工具包 26
總結 27
第二部分 使用ASP.NET 3.5 AJAX
第3章 ScriptManager和ScriptManagerProxy控制項 31
關於ScriptManager控制項 31
ScriptManager屬性、方法和事件 34
Web服務的JavaScript代理類 37
部分頁面渲染 43
總結 47
第4章 ASP.NET AJAX客戶端API 49
命名空間 49
Global 49
Sys 52
Sys.Net 53
Sys.Serialization 54
Sys.Services 62
Sys.UI 66
Sys.WebForms 68
總結 71
第5章 UpdatePanel和Timer控制項 73
關於UpdatePanel控制項 73
使用UpdatePanel控制項 74
UpdatePanel控制項的進階功能 78
觸發器 78
單頁面上的多個UpdatePanel控制項 81
Timer控制項 89
在部分頁面渲染中使用Timer控制項 90
總結 92
第6章 使用ASP.NET AJAX PageRequestManager物件的進階技術 93
使用PageRequestManager物件 93
PageRequestManager物件的實用範例 95
總結 100
第7章 使用ASP.NET AJAX控制工具包 101
ASP.NET AJAX控制工具包:控制項 102
在ASP.NET AJAX控制工具包中使用控制項 105
配置Visual Studio以使用工具包 105
手風琴和手風琴面板控制項 106
CalendarExtender控制項 110
CollapsiblePanelExtender控制項 112
ConfirmButtonExtender控制項 118
DragPanelExtender控制項 120
DropDownExtender控制項 122
FilteredTextBoxExtender控制項 125
HoverMenuExtender控制項 127
TextBoxWatermarkExtender控制項 130
ASP.NET AJAX控制工具包:實用範例 134
在Microsoft Expression Web中使用ASP.NET AJAX控制工具包 145
為ASP.NET AJAX控制工具包配置Expression Web 145
總結 150
第8章 構建ASP.NET AJAX擴展控制項 151
添加ASP.NET控制項 151
如何構建擴展控制項 154
伺服器端程式碼 156
客戶端程式碼 159
總結 163
第9章 ASP.NET AJAX與SharePoint 2007 165
SharePoint與AJAX 165
修改Web.Config 166
開發基於AJAX的SharePoint Web部件 171
總結 177
第10章 創建支援ASP.NET AJAX的Vista側邊小工具 179
Vista側邊小工具 179
創建小工具 181
創建Web服務 181
生成JavaScript代理 183
創建Vista小工具 186
測試小工具 187
總結 188
第三部分 附錄
附錄A Microsoft Expression Web 191
Expression Web介面的介紹 191
創建網頁和網站 191
可自訂的介面 194
創建基於標準的網站 198...