ASP.NET 2.0 ASP.NET 2.0: Your visual blueprint for developing Web applications 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线

ASP.NET 2.0 ASP.NET 2.0: Your visual blueprint for developing Web applications 精美图片
》ASP.NET 2.0 ASP.NET 2.0: Your visual blueprint for developing Web applications 电子书籍版权问题 请点击这里查看《

ASP.NET 2.0 ASP.NET 2.0: Your visual blueprint for developing Web applications 书籍详细信息

  • ISBN:9780470010013
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2007-10
  • 页数:339
  • 价格:223.50
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:16开
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看

内容简介:

Only Visual Blueprint takes a visual approach to professional-level computer topics, and this guide demonstrates over 150 key ASP.NET 2.0 techniques with step-by-step screen shots. You’ll see how to add a page to a Web site, write and read user cookies, collect user input with checkboxes, create an image map, display data in the GridView, reset user passwords, format the CreateUser Wizard, use nesting master pages, handle errors, build a Web service, and put together a terrific site.


书籍目录:

HOW TO USE THIS BOOK

1 GETTING FAMILIAR WITH VISUAL STUDIO 2005

 Introduction to Visual Studio 2005

 Create a Web Site with Visual Studio 2005

 Add a Web Page to a Web Site

 Edit a Web Page

 Explore the Visual Studio 2005 Windows

 Add a Web Control to a Web Page

 Add a Reference to a Class Library

 Program a Page Using Code-Behind

 Open a Page in a Browser

 Use Code Snippets to Quickly Add Common Code

 Export Projects and Files

 Publish a Web Site

 Precompile a Web Site

2 INTRODUCING ASPNET

 Discover the ASPNET Platform

 Explore ASPNET Page Life Cycle

 Read Input from the QueryString

 Read Input from Form Variables

 Use Application Cache to Persist Values

 Use Session State to Persist Values

 Use ViewState to Page Persist Values

 Write and Read a User Cookie

 Delete a User Cookie

 Use a Cookieless Session

 Get Familiar with Page Directives

 Characterize the WebConfig File

 Create a User Control

3 UNDERSTANDING COMMON WEB SERVER CONTROLS

 Display Text with the Literal and Label Controls

 Add a TextBox and a Button to a Page and Echo the User Input

 Using the LinkButton and ImageButton Control

 Create a Link to a Page with the Hyperlink Control

 Display Images with the Image Web Control

 Display a List in the DropDown and ListBox Controls

 Collect User Input with CheckBoxes

 Collect User Input from RadioButtons

 Display a Date with the Calendar Control

 Apply an AutoFormat Style

 Select a Date in the Calendar Control

 Group Controls with the Panel Control

 Load Controls Dynamically into a PlaceHolder

 Set the DefaultButton and DefaultFocus of a Page

4 WORKING WITH NEW ASPNET 20 WEB CONTROLS

 Use the BulletedList Control to Itemize Points

 Add Links to the BulletedList Control

 Hide Your Data in the HiddenField Control

 Upload Files with the FileUpload Control

 Control Visibility with the MultiView and View Controls

 Step Through a Process with the Wizard Control

 Format the Wizard Control

 Create an Image Map

 Avoid Caching Content with the Substitution Control

 Submit to Another Page with Cross-Page Post

5 VALIDATING USER INPUT

 Require Input with the RequiredFieldValidator

 Compare Inputs with the CompareValidator

 Specify a Range with the RangeValidator

 Create Custom Validation with the RegularExpressionValidator

 Custom Validation with the CustomValidator

 Summarize Error Messages with the ValidationSummary Control

6 DISPLAYING RECORDS WITH DATA CONTROLS

 Display Data in the GridView Control

 Format the GridView Control

 Page the GridView Control

 Sort the GridView Control

 Edit a Record in the GridView Control

 Delete a Record in the GridView Control

 Bind Data to the Repeater Control

 Format the Repeater Control

 Display Data with the DataList Control

 Format the DataList Control

 Page the DataList Control

 Bind a Record to the DetailsView

 Format the DetailsView

 Edit and Insert a Record with the DetailsView

 Bind a Record to the FormView

 Edit and Insert a Record with the FormView

7 LEVERAGING THE MEMBERSHIP AND ROLE PROVIDERS

 Introduction to the Membership Provider

 Configure the ASPNET Membership Provider

 Configure the SQLMembership Provider

 Add a User

 Update a User

 Delete a User

 Retrieve a User Account

 Retrieve a List of Users

 Reset a Password

 Retrieve a User Password

 Get the Number of Users Online

 Lock and Unlock a User Account

8 MANAGING ACCESS WITH THE ROLE PROVIDER

 Introduction to Role Management

 Add a Role

 Update a Role

 Delete a Role

 Retrieve a List of Roles

 Add a User to a Role

 Delete a User from a Role

 Retrieve Users in a Role

 Retrieve Roles by User

9 MAINTAINING A CONSISTENT USER INTERFACE WITH MEMBERSHIP CONTROLS

 Create Site Members with the CreateUserWizard

 Format the CreateUserWizard

 Add a Login Interface with the Login Control

 Display the User’s LoginStatus

 Display the User’s Name with the LoginName Control

 Control Content Access with the LoginView

 Recover a Lost Password with the PasswordRecovery Control

 Change a Password with the ChangePassword Control

10 WORKING WITH NAVIGATION CONTROLS AND SITEMAPS

 Create a SiteMap

 Use a SiteMapDataSource

 Use Security Trimming

 Use the Menu Control

 Manually Bind the Menu Control

 Customize the Menu Control

 Use the SiteMapPath Control

 Format the SiteMapPath Control

 Display Navigation in the TreeView Control

 Display Check Boxes in the TreeView Control

 Use URL Mapping

 Use URL Rewriting

11 ENHANCING WEB SITES WITH MASTER PAGES, THEMES, AND PERSONALIZATION

 Create a Master Page

 Apply a Master Page

 Access Master Page Properties and Events

 Access Controls on a Master Page

 Use Nested Master Pages

 Master Page Caching Considerations

 Create a Theme

 Apply a Theme

 Create a Skin

 Set a Theme and Skin at Runtime

 Create a Cascading Style Sheet

 Create Personalized Properties

 Use Anonymous Personalization

 Set Personalization at Runtime

12 WORKING WITH DATA OBJECTS

 Connect to an SQL Database with the SQLDataSource

 Use the Connection Object

 Use the Command Object

 Retrieve a DataReader

 Create a DataSet

 Create a DataTable

 Use a DataView

 Use a DataAdapter

 Pass Parameters to the Command Object

13 LEVERAGING BASIC ERROR HANDLING AND DEBUGGING TECHNIQUES

 Setting Breakpoints and Break Conditions

 Debug a Web Site in Visual Studio 2005

 Debug JavaScript in Visual Studio 2005

 Design-Time Notifications

 Use Tracing to Find Problems

 Use the Watch Windows

 Attach to a Process

 Use SQL Stored Procedure Debugging

 Use Page-Level Exception Handling

 Define a Global Exception Handlerx

14 GOING BEYOND BASIC ASPNET

 Send an E-Mail

 Send an E-Mail Attachment

 Create a Custom Page Class

 Create a Custom HttpHandler

 Create a Custom HttpModule

 Create a Custom ConfigurationSection

 Localize Content

 Use the Cache API

 Create a Custom Control

 Create a Custom Composite Control

15 APPLYING WEB SERVICES AND AJAX

 Create a Web Service

 Consume a Web Service

 Use the Livecom Search Web Service

 Introduction to ASPNET AJAX

 Use the Update Panel

 Use the Timer Control

 Use the Progress Control

 Use the Rating Control

 Use the AutoComplete Extender

 Use the Masked Edit Extender

INDEX


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书籍介绍

ASP.NET 2.0: Your Visual Blueprint for developing Web applications details all you need to know about programming ASP, but will also cover new features in ASP.NET 2.0 that illustrate how to quickly develop web applications to interface with databases. This book is designed for all levels of users – novice programmers to advanced ASP programmers. ASP is used by a large number of programmers and software development companies to create powerful and highly functional web applications in a number of programming languages. Many programmers who are experienced with ASP.NET will want to learn how to take advantage of ASP.NET 2.0 and how to improve their applications; this book will help them achieve this goal. This book will follow the well-known and trusted Visual Blueprint approach: extensive visual references; clear, easy-to-understand instructions and concise examples. Visual Blueprint for ASP Programming will prepare novice ASP programmers to create web applications in no time. The concepts and techniques presented in this book will make application development easy by covering information such as ASP.NET controls, forms, security, deployment and localization.


书籍真实打分

  • 故事情节:7分

  • 人物塑造:8分

  • 主题深度:3分

  • 文字风格:8分

  • 语言运用:5分

  • 文笔流畅:8分

  • 思想传递:3分

  • 知识深度:4分

  • 知识广度:7分

  • 实用性:5分

  • 章节划分:5分

  • 结构布局:9分

  • 新颖与独特:4分

  • 情感共鸣:5分

  • 引人入胜:5分

  • 现实相关:9分

  • 沉浸感:8分

  • 事实准确性:9分

  • 文化贡献:7分


网站评分

  • 书籍多样性:9分

  • 书籍信息完全性:5分

  • 网站更新速度:7分

  • 使用便利性:5分

  • 书籍清晰度:9分

  • 书籍格式兼容性:5分

  • 是否包含广告:6分

  • 加载速度:8分

  • 安全性:7分

  • 稳定性:7分

  • 搜索功能:4分

  • 下载便捷性:6分


下载点评

  • 强烈推荐(647+)
  • 收费(133+)
  • 好评(258+)
  • 快捷(98+)
  • pdf(237+)
  • 内涵好书(542+)

下载评价

  • 网友 索***宸:

    书的质量很好。资源多

  • 网友 融***华:

    下载速度还可以

  • 网友 沈***松:

    挺好的,不错

  • 网友 辛***玮:

    页面不错 整体风格喜欢

  • 网友 潘***丽:

    这里能在线转化,直接选择一款就可以了,用他这个转很方便的

  • 网友 康***溪:

    强烈推荐!!!

  • 网友 孙***美:

    加油!支持一下!不错,好用。大家可以去试一下哦

  • 网友 晏***媛:

    够人性化!

  • 网友 濮***彤:

    好棒啊!图书很全

  • 网友 丁***菱:

    好好好好好好好好好好好好好好好好好好好好好好好好好

  • 网友 芮***枫:

    有点意思的网站,赞一个真心好好好 哈哈

  • 网友 石***烟:

    还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的


随机推荐