-
>
全國計算機等級考試最新真考題庫模擬考場及詳解·二級MSOffice高級應用
-
>
決戰行測5000題(言語理解與表達)
-
>
軟件性能測試.分析與調優實踐之路
-
>
第一行代碼Android
-
>
JAVA持續交付
-
>
EXCEL最強教科書(完全版)(全彩印刷)
-
>
深度學習
學習ASP.NET 2.0與Ajax 版權信息
- ISBN:9787564109097
- 條形碼:9787564109097 ; 978-7-5641-0909-7
- 裝幀:暫無
- 冊數:暫無
- 重量:暫無
- 所屬分類:>>
學習ASP.NET 2.0與Ajax 本書特色
學習本書,Web開發者可以使用微軟*新的Web開發工具:ASENET 2.0與新的ASENET
AJAX框架,建立迷人的交互站點和應用程序。你將學會如何創建應用程序,其中包括
所有你在流行商業網站上見過的精彩技巧,諸如訂購表單和交互數據庫,以及如何建立
無需刷新的交互顯示頁面等。這本教程會直截了當地教你怎么做。
《(學習ASP.NET 2.0與AJAX))通過大量有注釋的例子、VB及SQL速查表、圖示和章節概要,幫助
你掌握微軟工具的概念和技術。每個章節還包括一個獨立的“頭腦體操(Brain Builder)”部分,
提供實踐練習和復習問題,因此你可以隨著學習進程不斷操練新的技能,并測試自己對知識的理解
程度。擁有這本書,你將可以:
掌握ASENET 2.0的基本技能,以創建專業質量的Web應用程序
為建立更閃亮、更交互的站點,將新的Ajax工具及CSS與ASENET 2.0整合
使用Visual Studio或其免費版Visual Web Developer,以*少的代碼構建應用程序
調試應用程序、處理意外的問題并保護站點免受惡毒用戶的攻擊
將站點與數據庫連接,使用戶可以獲取、交互和存儲數據
使用社區維護的ASP.NET AJAX控件工具包擴展ASENET AJAX隨附的控件
用個性化工具給每個用戶展現定制的網站界面
作為初級Web開發者或那些ASENET新手們的理想讀物,這本書使你能潛心于學習這些明白曉暢的
實用課程。想要加入時髦的Web開發世界嗎?就從此書開始吧。
Jesse Liberty,微軟silverlight開發團隊高級項目經理,是0’Reilly暢銷書《(Programming
ASENET)》、((Programming c#)》以及其他多部圖書的作者。
Dan Hurwitz是Sterling Solutions公司總裁,他為眾多客戶提供編程外包和數據庫開發服務。Dan是
三個版本的((Programming ASENET)》 (0'Reilly)合著者。
Brian MacDonald已為主流出版社編輯了多部編程和網絡書籍,主題涉及從Windows服務器安全到
PHP Web編程,乃至在eBay上做生意等。他還是0’Reilly的((Learning C#2005))一書的合著者。
學習ASP.NET 2.0與Ajax 內容簡介
學習本書,web開發者可以使用微軟*新的web開發工具:asenet 2.0與新的asenetajax框架,建立迷人的交互站點和應用程序。你將學會如何創建應用程序,其中包括所有你在流行商業網站上見過的精彩技巧,諸如訂購表單和交互數據庫,以及如何建立無需刷新的交互顯示頁面等。這本教程會直截了當地教你怎么做。
《學習asp.net 2.0與ajax》通過大量有注釋的例子、vb及sql速查表、圖示和章節概要,幫助你掌握微軟工具的概念和技術。每個章節還包括一個獨立的“頭腦體操(brain builder)”部分,提供實踐練習和復習問題,因此你可以隨著學習進程不斷操練新的技能,并測試自己對知識的理解程度。擁有這本書,你將可以:
掌握asp.net 2.0的基本技能,以創建專業質量的web應用程序;為建立更閃亮、更交互的站點,將新的a-jax工具及css與aspnet 2.0整合;使用visual studio或其免費版visual web developer,以*少的代碼構建應用程序;調試應用程序、處理意外的問題并保護站點免受惡毒用戶的攻擊;將站點與數據庫連接,使用戶可以獲取、交互和存儲數據;使用社區維護的asenet ajax控件工具包擴展aspnet ajax隨附的控件;用個性化工具給每個用戶展現定制的網站界面。
作為初級web開發者或那些asp.net新手們的理想讀物,這本書使你能潛心于學習這些明白曉暢的實用課程。想要加入時髦的web開發世界嗎?就從此書開始吧。
學習ASP.NET 2.0與Ajax 目錄
preface
1. getting started
hello world
creating a new web site
creating helloworld
making the helloworld web site interactive
what you just did
summary
brain builder
2. building web applicati0ns
mastering web site fundamentals
the page
controls
code-behind files
events and postbacks
synchronous and asynchronous postbacks
the page load event and synchronous postback
adding asynchronous postbacks
controls
organizing the properties window
finding properties with intellisense
basic controls
creating tables
setting properties
selection controls
panels
selection controls
adding controls with the item editor
adding items in source view
more selection controls
displaying text
images
links
linkbuttons
source code
summary
brain builder
3. snappier web sites with max
take a walk on the client side
scriptmanager
extending controls with the control toolkit
textboxwatermarkextender
popupcontrolextender
collapsiblepanelextender
source code listing
summary
brain builder
4. saving and retrieving data
getting data from a database
binding data controls
create a sample web page
using a datasource control
"pay no attention to that man behind the curtain"
using the gridview control
auto-generated code
adding insert, update, and delete statements
displaying and updating the data
take it for a spin
modifying the grid based on events
selecting data from the gridview
passing parameters to the select query
source code listings
summary
brain builder
5. validation
validation controls
the requiredfieldvalidator
the summary control
the compare validator
checking the input type
comparing to another control
range checking
regular expressions
custom validation
summary
brain builder
6. style sheets, master pages, and navigation
styles and style sheets
cascading style sheets
inline styles
pros and cons
document-level styles
pros and cons
external style sheets
master pages
creating a master page
adding content pages
using nested master pages
changing the master page at runtime
navigation
buttons and hyperlinks
menus and bread crumbs
site maps
using sitemaps
treeview
customizing the look and feel of the treeview
replacing the treeview with a menu control
accessing site map nodes programmatically
bread crumbs
summary
brain builder
7. state and life cycle
page life cycle
state
view state
session state
application state
summary
brain builder
8. errors, exceptions, and bugs, oh my!
creating the sample application
tracing
page-level tracing
inserting into the trace log
debugging
the debug toolbar
breakpoints
setting a breakpoint
breakpoint window
breakpoint properties
breakpoint icons
stepping through code
examining variables and objects
debug windows
immediate window
locals window
watch window
call stack window
error handling
unhandled errors
application-wide error pages
page-specific error pages
summary
brain builder
9. security and personalization
forms-based security
creating users with the wat
managing users programmatically
creating user accounts
creating a welcome page
creating a login page
roles
restricting access
testing for login status
testing for role-based authentication membership
personalization
profiles
simple data types
complex data types
anonymous personalization
migrating anonymous data to an actual user's record
themes and skins
create the test site
organize site themes and skins
enable themes and skins
specify themes for your page
using named skins
summary
brain builder
10. putting it all together
getting started
adding styles
using master pages
setting up roles and users
logging in
navigation
products page
adding ajax
cart page
purchase page
confirm page
custom error pages
summary
source code listings
cart page
confirm page
home page
login page
master page
products page
purchase page
web.config
a. installing the applications
b. copying a web site
c. answers to quizzes and exercises.
index
學習ASP.NET 2.0與Ajax 節選
學習本書,Web開發者可以使用微軟*新的Web開發工具:ASP.NET 2.0與新的ASP.NET AJAX框架,建立迷人的交互站點和應用程序。你將學會如何創建應用程序,其中包括所有你在流行商業網站上見過的精彩技巧,諸如訂購表單和交互數據庫等,以及如何建立無需刷新的交互顯示頁面。這本教程會直截了當地教你怎么做。
《學習ASP.NET 2.0與AJAX》通過大量有注釋的例子、VB及SQL速查表、圖示和章節概要,幫助你掌握微軟工具的概念和技術。每個章節還包括一個獨立的“頭腦體操(Brain Builder)”部分,提供實踐練習和復習問題,因此你可以隨著學習進程不斷操練新的技能,并測試自己對知識的理解程度。擁有這本書,你將可以:
掌握ASP.NET 2.0的基本技能,以創建專業質量的Web應用程序
為建立更閃亮、更交互的站點,將新的Ajax工具及CSS與ASP.NET 2.0整合
使用Visual Studio或其免費版Visual Web Developer,以*少的代碼構建應用程序
調試應用程序、處理意外的問題并保護站點免受惡毒用戶的攻擊
將站點與數據庫連接,使用戶可以獲取、交互和存儲數據
使用社區維護的ASP.NET AJAX控件工具包擴展ASP.NET AJAX隨附的控件
用個性化工具給每個用戶展現定制的網站界面
作為初級Web開發者或那些ASP.NET新手們的理想讀物,這本書使你能潛心于學習這些明白曉暢的實用課程。想要加入時髦的Web開發世界嗎?就從此書開始吧。
本書為原書英文影印版。
學習ASP.NET 2.0與Ajax 作者簡介
Jesse Liberty,軟件Silverlight開發團隊高級項目經理,這本書使你能潛心于學習這些明白曉暢的實用課程。想要加入時髦的Web開發世界嗎?就從此書開始吧。
- >
姑媽的寶刀
- >
小考拉的故事-套裝共3冊
- >
詩經-先民的歌唱
- >
推拿
- >
中國人在烏蘇里邊疆區:歷史與人類學概述
- >
自卑與超越
- >
有舍有得是人生
- >
李白與唐代文化