이미지 검색을 사용해 보세요
검색창 이전화면 이전화면
최근 검색어
인기 검색어

소득공제
외서 Asp.net 2.0 Cookbook
Paperback, 2nd Edition
O'Reilly Media 2005.12.01.
가격
58,000
5 55,100
YES포인트?
560원 (1%) 마니아추가적립
5만원 이상 구매 시 2천원 추가 적립
결제혜택
최대 1,000원 적립

이미 소장하고 있다면 판매해 보세요.

  •  국내배송만 가능
  •  문화비소득공제 가능

책소개

목차

Preface
1. Master Pages
1.1 Generating a Quick Master/Content Page Arrangement
1.2 Extending a Master Page's Content to Include Content for Other Application Pages
1.3 Changing Which Master Page Is Used Without Modifying All Affected Application Pages
1.4 Setting the Master Page at Runtime
2. Tabular Data
2.1 Selecting the Right Tabular Control
2.2 Generating a Quick-and-Dirty Tabular Display
2.3 Enhancing the Output of a Tabular Display
2.4 Displaying Data from an XML File
2.5 Displaying an Array as a Group of Checkboxes
2.6 Displaying Data from a Hashtable
2.7 Adding Next/Previous Navigation to a DataGrid
2.8 Adding First/Last Navigation to a DataGrid
2.9 Adding Direct Page Navigation to a DataGrid
2.10 Sorting Data in Ascending/Descending Order Within a DataGrid
2.11 Combining Sorting and Paging in a DataGrid
2.12 Paging Through a Record-Heavy DataGrid
2.13 Editing Data Within a DataGrid
2.14 Navigating and Sorting Within a GridView
2.15 Updating a GridView Without Refreshing the Whole Page
2.16 Editing Data in a GridView
2.17 Inserting a Row Within a GridView
2.18 Formatting Columnar Data in a GridView
2.19 Allowing Selection Anywhere Within a GridView
2.20 Adding a Delete Confirmation Pop-Up
2.21 Displaying a Pop-Up Details Window
2.22 Adding a Totals Row to a GridView
3. Validation
3.1 Requiring That Data Be Entered in a Field
3.2 Requiring Data to Be in a Range
3.3 Requiring That Two Data Input Fields Match
3.4 Requiring Data to Match a Predefined Pattern
3.5 Requiring That a Drop-Down List Selection Be Made
3.6 Requiring Data to Match a Database Entry
3.7 Using Validation Groups to Support Login and New User Registration Within a Single Form
3.8 Performing Validation Programmatically to Execute Your Own Application-Specific Logic
4. Forms
4.1 Setting the Default Button to Submit a Form
4.2 Submitting a Form to a Different Page
4.3 Simulating Multipage Forms
4.4 Setting the Initial Focus to a Specific Control
4.5 Setting the Focus to a Control with a Validation Error
5. User Controls
5.1 Sharing a Page Header on Multiple Pages
5.2 Creating a Customizable Navigation Bar
5.3 Reusing Code-Behind Classes
5.4 Communicating Between User Controls
5.5 Adding User Controls Dynamically
6. Custom Controls
6.1 Combining HTML Controls in a Single Custom Control
6.2 Creating a Custom Control with Attributes
6.3 Creating a Custom Control with State
6.4 Using the Control State with Custom Controls
6.5 Customizing an ASP.NET TextBox Server Control
7. Maintaining State
7.1 Maintaining Information Needed by All Users of an Application
7.2 Maintaining Information About a User Throughout a Session
7.3 Preserving Information Between Postbacks
7.4 Preserving Information Across Multiple Requests for a Page
8. Error Handling
8.1 Handling Errors at the Method Level
8.2 Handling Errors at the Page Level
8.3 Handling Errors at the Application Level
8.4 Displaying User-Friendly Error Messages
9. Security
9.1 Restricting Access to All Application Pages
9.2 Restricting Access to Selected Application Pages
9.3 Restricting Access to Application Pages by Role
9.4 Using Windows Authentication
9.5 Using Membership and Roles
10. Profiles and Themes
10.1 Using Profiles
10.2 Inheriting a Profile
10.3 Using and Migrating Anonymous Profiles
10.4 Managing User Profiles
10.5 Using Themes
10.6 User-Personalized Themes
11. Web Parts
11.1 Using Server Controls and User Controls as Web Parts
11.2 Creating a Reusable Web Parts Catalog
11.3 Creating a Custom Web Part
11.4 Communicating Between Web Parts
11.5 Persisting Personalized Web Part Properties
12. Configuration
12.1 Overriding Default HTTP Runtime Parameters in web.config
12.2 Adding Custom Application Settings in web.config
12.3 Displaying Custom Error Messages
12.4 Maintaining Session State Across Multiple Web Servers
12.5 Accessing Other web.config Configuration Elements
12.6 Adding Your Own Configuration Elements to web.config
12.7 Encrypting web.config Sections
13. Tracing and Debugging
13.1 Uncovering Page-Level Problems
13.2 Uncovering Application-Wide Problems
13.3 Pinpointing the Cause of an Exception
13.4 Uncovering Problems Within Web Application Components
13.5 Uncovering Problems Within Dual-Use Components
13.6 Writing Trace Data to the Event Log with Controllable Levels
13.7 Sending Trace Data via Email with Controllable Levels
13.8 Using a Breakpoint to Stop Execution of an Application When a Condition Is Met
14. Web Services
14.1 Creating a Web Service
14.2 Consuming a Web Service
14.3 Creating a Web Service That Returns a Custom Object
14.4 Setting the URL of a Web Service at Runtime
15. Dynamic Images
15.1 Drawing Button Images on the Fly
15.2 Creating Bar Charts on the Fly
15.3 Displaying Images Stored in a Database
15.4 Displaying Thumbnail Images
16. Caching
16.1 Caching Pages
16.2 Caching Pages Based on Query String Parameter Values
16.3 Caching Pages Based on Browser Type and Version
16.4 Caching Pages Based on Developer-Defined Custom Strings
16.5 Caching Pages Based on Database Dependencies
16.6 Caching User Controls
16.7 Caching Application Data
16.8 Caching Application Data Based on Database Dependencies
16.9 Caching Data Sources
17. Internationalization
17.1 Localizing Request/Response Encoding
17.2 Providing Multiple Language Support
17.3 Using Global Resources and Overriding Currency Formatting
18. File Operations
18.1 Downloading a File from the Web Server
18.2 Uploading a File to the Web Server
18.3 Processing an Uploaded File Without Storing It on the Filesystem
18.4 Storing the Contents of an Uploaded File in a Database
19. Performance
19.1 Reducing Page Size by Selectively Disabling the ViewState
19.2 Speeding Up String Concatenation with a StringBuilder
19.3 Speeding Up Read-Only Data Access
19.4 Speeding Up Data Access to a SQL Server Database Using the SQL Provider
20. HTTP Handlers
20.1 Creating a Reusable Image Handler
20.2 Creating a File Download Handler
21. Assorted Tips
21.1 Accessing HTTP-Specific Information from Within a Class
21.2 Executing External Applications
21.3 Transforming XML to HTML
21.4 Determining the User's Browser Type
21.5 Dynamically Creating Browser-Specific Stylesheets
21.6 Saving and Reusing HTML Output
21.7 Sending Mail
21.8 Dynamic Menus
21.9 Adding Breadcrumbs
Index

관련 분류

카테고리 분류

품목정보

발행일
2005년 12월 01일
쪽수, 무게, 크기
1008쪽 | 크기확인중
ISBN13
9780596100643

리뷰/한줄평0

리뷰

첫번째 리뷰어가 되어주세요.

한줄평

첫번째 한줄평을 남겨주세요.

상품정보안내

직수입외서의 경우, 해외거래처에서 제공하는 정보가 부족하여 제목, 표지, 가격, 유통상태 등의 정보가 미비하거나 변경되는 경우가 있습니다. 정확한 확인을 원하시는 경우, 일대일 상담으로 문의하여 주시면 답변 드리겠습니다.
(판형과 판수 등이 다양한 도서는 찾으시는 도서의 ISBN을 알려 주시면 보다 빠르고 정확한 안내가 가능합니다.)

해외거래처에서 품절인 경우, 2차 거래선을 통해 유럽과 미국 출판사로 직접 수입이 진행될 수 있습니다.
수입 진행 시점으로 부터 2~3주가 추가로 소요되며, 해외에서도 유통이 원활하지 않은 도서는 품절 안내가 지연될 수 있습니다.
해당 경우, 문자와 메일로 별도 안내를 드리고 있사오니 마이페이지에서 휴대전화번호와 메일주소를 다시 한번 확인해주시기 바랍니다.