注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網(wǎng)絡軟件與程序設計網(wǎng)絡編程深入體驗ASP.Net

深入體驗ASP.Net

深入體驗ASP.Net

定 價:¥34.00

作 者: 焦薦滄,龍曉敏主編
出版社: 西安電子科技大學出版社
叢編項:
標 簽: ASP.NET

購買這本書可以去


ISBN: 9787560610634 出版時間: 2001-10-01 包裝:
開本: 26cm 頁數(shù): 390頁 字數(shù):  

內(nèi)容簡介

  本書以通俗、簡明的語言著重介紹了基于交互式網(wǎng)站開發(fā)的ASP.Net技術。本書結合大量的開發(fā)實例,剖析了如何基于ASP.Net平臺構建高速、高效的電子商務平臺,并將ASP.Net與傳統(tǒng)的ASP技術作了比較,充分展示了ASP.Net的強大功能和用ASP.Net技術開發(fā)互動性商務網(wǎng)站的優(yōu)越性。本書側重于介紹構成網(wǎng)頁的基本元素——控件,以控件的介紹為主線并搭配豐富的實例進行講解。本書適合于ASP.Net初學者,同時還可以作為廣大工程技術人員、管理開發(fā)人員學習ASP.Net的參考指南。

作者簡介

暫缺《深入體驗ASP.Net》作者簡介

圖書目錄

第1章 ASP.Net簡介
1.1 Microsoft.Net背景
1.2 ASP.Net與JSP、PHP的比較
1.2.1 ASP.Net的特點
1.2.2 與JSP的比較
1.2.3 與PHP的比較
1.3 從ASP到ASP.Net
1.3.1 ASP綜述
1.3.2 從ASP到ASP.Net編寫第一個程序
1.4 ASP.Net的新特點
1.4.1 Web Forms
1.4.2 ASP.Net控件
1.5 本章小結
第2章 .Net Framework的安裝及運行
2.1 .Net Framework的安裝準備
2.1.1 運行機制不同
2.1.2 要求的配置不同
2.2 .Net Framework的安裝過程
2.2.1 Internet Explorer 5.5的安裝
2.2.2 .Net Framework的安裝
2.3 進入ASP.Net
2.3.1 安裝步驟
2.3.2 安裝時的常見問題
2.4 本章小結
第3章 ASP.Net的ASP Web Form快速入門
3.1 什么是ASP.Net的Web Forms
3.2 編寫第一個Web Form頁面
3.2.1 編寫第一個Web Form頁面
3.2.2 使用ASP的<%%>塊
3.2.3 編寫可以顯示結果的Web Form
3.3 使用服務器控件編寫WebForm頁面
3.3.1 使用服務器控件
3.3.2 使用<asp:adrotator>控件舉例
3.4 本章小結
第4章 ASP.Net的內(nèi)置服務器控伴HTML控件
4.1 HTML控件簡介
4.1.1 Attributes屬性
4.1.2 Disable屬性
4.1.3 InnerHtml及InnerText屬性
4.1.4 Style屬性
4.2 HtmlAnchor控件
4.3 HtmlButton控件
4.4 HtmlForm控件
4.5 HtmlGenericControl控件
4.6 HtmlImage控件
4.7 HtmlInputButton控件
4.7.1 HtmlInputButton控件舉例一
4.7.2 HtmlInputButton控件舉例二
4.8 HtmlInputCheckBox控件
4.9 HtmlInputFile控件
4.10 HtmlInputHidden控件
4.11 HtmlInputImage控件
4.12 HtmlInputRadioButton控件
4.13 HtmlInputText(Password、Text)控件
4.14 HtmlSelect控件
4.15 HtmlTable、HtmlTableCell和HtmlTableRow控件
4.16 HtmlTextAra控件
4.17 本章小結
第5章 ASP.Net的內(nèi)置服務器控件——Web控件
5.1 Web控件簡介
5.2 AdRotator控件
5.3 Button Web控件
5.4 Calenda Web控件
5.5 CheckBox Web控件
5.6 CheckBoxList Web控件
5.7 CompareValidator Web控件
5.8 CustomValidator Web控件
5.9 DataGrid Web控件
5.9.1 使用DataGrid Web控件瀏覽數(shù)據(jù)
5.9.2 使用DataGrid Web控件瀏覽數(shù)據(jù)更改表頭
5.9.3 使用DataGrid Web在數(shù)據(jù)中加入鏈接
5.9.4 使用DataGrid Web控件用Session臨時存儲數(shù)據(jù)
5.9.5 給DataGrid Web控件中加入模板
5.9.6 使用DataGrid Web控件編輯數(shù)據(jù)
5.9.7 使用DataGrid Web控件隱藏一列數(shù)據(jù)
5.9.8 使用DataGrid Web控件設置數(shù)據(jù)排序
5.9.9 使用DataGrid Web控件自定義排序
5.9.10 使用DataGrid Web控件分頁顯示數(shù)據(jù)
5.9.11 使用DataGrid Web控件詳細地數(shù)據(jù)分頁
5.10 DataList Web控件
5.11 DropDownList Web控件
5.12 Hyperlink Web控件
5.13 Image Web控件
5.14 ImageButton Web控件
5.15 Label Web控件
5.16 LinkButton Web控件
5.17 ListBox Web控件
5.18 Panel Web控件
5.19 RadioButton Web控件
5.20 RadioButtonList Web控件
5.21 RangeValidator Web控件
5.22 RegularExpression Validator Web控件
5.23 Repeater Web控件
5.24 Table、TableRow和TableCell控件
5.25 TextBox Web控件
5.26 ValidationSummary Web控件
5.27 本章小結
第6章 ASP.Net數(shù)據(jù)庫存取技術
6.1 ADO+對象
6.1.1 在ASP.Net中訪問數(shù)據(jù)庫
6.1.2 DataSetCommand對象與Command對象
6.2 DataReader對象
6.3 DataSet對象
6.4 DataView對象
6.5 Command對象
6.6 XML與DataSet對象
6.6.1 什么是XML
6.6.2 XML格式的數(shù)據(jù)庫文件
6.7 本章小結
第7章 實例介紹
7.1 留言簿
7.2 客戶注冊系統(tǒng)
7.3 文件上傳
7.4 發(fā)送E-mail
7.5 差錯及排除錯誤
7.5.1 設定config.web區(qū)段
7.5.2 使用Trace追蹤功能
7.5.3 查錯工具(Debugger)
7.5.4 ASP.Net中的Session對象
7.5.5 提高執(zhí)行效率的Cache
7.6 本章小結

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) www.stefanvlieger.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號