|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocm70161316 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
060622s2006 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d WAU
|d CEF
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d E7B
|d OCLCF
|d OCLCQ
|d OCLCA
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCL
|d EBLCP
|d YDXCP
|d OCLCE
|d OCLCQ
|d COO
|d OCLCQ
|d OCLCA
|d OCL
|d OCLCQ
|d UAB
|d AU@
|d VT2
|d OCLCO
|d CNCEN
|d OCLCQ
|d OCLCO
|d ERF
|d UKBTH
|d UHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d HS0
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 607648388
|a 649707460
|a 759520594
|a 863821466
|a 1044213676
|a 1056389055
|a 1075010422
|a 1083175359
|a 1100830940
|a 1103277183
|a 1105788933
|a 1112558310
|a 1113552511
|a 1113780375
|a 1129361707
|a 1202566848
|a 1227633136
|a 1240537000
|
020 |
|
|
|a 0596100647
|
020 |
|
|
|a 9780596100643
|
020 |
|
|
|a 9780596518660
|
020 |
|
|
|a 0596518668
|
024 |
8 |
|
|a 0596100647
|
029 |
1 |
|
|a DEBSZ
|b 355371006
|
029 |
1 |
|
|a DEBSZ
|b 405505302
|
029 |
1 |
|
|a HEBIS
|b 291443842
|
035 |
|
|
|a (OCoLC)70161316
|z (OCoLC)607648388
|z (OCoLC)649707460
|z (OCoLC)759520594
|z (OCoLC)863821466
|z (OCoLC)1044213676
|z (OCoLC)1056389055
|z (OCoLC)1075010422
|z (OCoLC)1083175359
|z (OCoLC)1100830940
|z (OCoLC)1103277183
|z (OCoLC)1105788933
|z (OCoLC)1112558310
|z (OCoLC)1113552511
|z (OCoLC)1113780375
|z (OCoLC)1129361707
|z (OCoLC)1202566848
|z (OCoLC)1227633136
|z (OCoLC)1240537000
|
037 |
|
|
|a CL0500000004
|b Safari Books Online
|
042 |
|
|
|a dlr
|
050 |
|
4 |
|a TK5105.8885.A26
|b K58 2006
|
082 |
0 |
4 |
|a 005.276
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kittel, Michael A.
|
245 |
1 |
0 |
|a ASP.NET 2.0 cookbook /
|c by Michael A. Kittel, Geoffrey T. LeBlond.
|
246 |
3 |
|
|a Active server pages .NET 2.0 cookbook
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Sebastopol, Calif. :
|b O'Reilly,
|c ©2006.
|
300 |
|
|
|a 1 online resource (1014 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Preface; What This Book Is About; Who This Book Is For; How This Book Is Organized; Topics Not Covered; Sample Source Code; Sample Database, Scripts, and Connection Strings; Conventions Used in This Book; Using Code Examples; Comments and Questions; Safari Enabled; Acknowledgments; Master Pages; 1.0 Introduction; 1.1 Generating a Quick Master/Content Page Arrangement; Problem; Solution; Discussion; See Also; 1.2 Extending a Master Page's Content to Include Content for Other Application Pages; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 1.3 Changing Which Master Page Is Used Without Modifying All Affected Application PagesProblem; Solution; Discussion; See Also; 1.4 Setting the Master Page at Runtime; Problem; Solution; Discussion; See Also; Tabular Data; 2.0 Introduction; 2.1 Selecting the Right Tabular Control; Problem; Solution; Discussion; 2.2 Generating a Quick-and-Dirty Tabular Display; Problem; Solution; Discussion; See Also; 2.3 Enhancing the Output of a Tabular Display; Problem; Solution; Discussion; See Also; 2.4 Displaying Data from an XML File; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 2.5 Displaying an Array as a Group of CheckboxesProblem; Solution; Discussion; See Also; 2.6 Displaying Data from a Hashtable; Problem; Solution; Discussion; See Also; 2.7 Adding Next/Previous Navigation to a DataGrid; Problem; Solution; Discussion; See Also; 2.8 Adding First/Last Navigation to a DataGrid; Problem; Solution; Discussion; See Also; 2.9 Adding Direct Page Navigation to a DataGrid; Problem; Solution; Discussion; See Also; 2.10 Sorting Data in Ascending/Descending Order Within a DataGrid; Problem; Solution; Discussion; 2.11 Combining Sorting and Paging in a DataGrid; Problem.
|
505 |
8 |
|
|a SolutionDiscussion; See Also; 2.12 Paging Through a Record-Heavy DataGrid; Problem; Solution; Discussion; See Also; 2.13 Editing Data Within a DataGrid; Problem; Solution; Discussion; 2.14 Navigating and Sorting Within a GridView; Problem; Solution; Discussion; See Also; 2.15 Updating a GridView Without Refreshing the Whole Page; Problem; Solution; Discussion; See Also; 2.16 Editing Data in a GridView; Problem; Solution; Discussion; See Also; 2.17 Inserting a Row Within a GridView; Problem; Solution; Discussion; 2.18 Formatting Columnar Data in a GridView; Problem; Solution; Discussion.
|
505 |
8 |
|
|a See Also2.19 Allowing Selection Anywhere Within a GridView; Problem; Solution; Discussion; 2.20 Adding a Delete Confirmation Pop-Up; Problem; Solution; Discussion; See Also; 2.21 Displaying a Pop-Up Details Window; Problem; Solution; Discussion; 2.22 Adding a Totals Row to a GridView; Problem; Solution; Discussion; Validation; 3.0 Introduction; 3.1 Requiring That Data Be Entered in a Field; Problem; Solution; Discussion; See Also; 3.2 Requiring Data to Be in a Range; Problem; Solution; Discussion; See Also; 3.3 Requiring That Two Data Input Fields Match; Problem; Solution; Discussion.
|
520 |
|
|
|a Completely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular Visual Studio 2005 and ASP.NET 2.0 developer tools. Written for the impatient professional, ASP.NET 2.0 Cookbook contains more than 125 recipes for solving common and not-so-common problems you are likely to encounter when building ASP.NET-based web applications. The recipes in this book, which run the gamut from simple coding techniques to more comprehensive d.
|
506 |
|
|
|3 Use copy
|f Restrictions unspecified
|2 star
|5 MiAaHDL
|
533 |
|
|
|a Electronic reproduction.
|b [Place of publication not identified] :
|c HathiTrust Digital Library,
|d 2010.
|5 MiAaHDL
|
538 |
|
|
|a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
|u http://purl.oclc.org/DLF/benchrepro0212
|5 MiAaHDL
|
583 |
1 |
|
|a digitized
|c 2010
|h HathiTrust Digital Library
|l committed to preserve
|2 pda
|5 MiAaHDL
|
542 |
|
|
|f Copyright © O'Reilly Media, Incorporated
|g 2005
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2005
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Active server pages.
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Active server pages.
|2 blmlsh
|
630 |
0 |
7 |
|a Active server pages
|2 fast
|
630 |
0 |
7 |
|a Microsoft .NET Framework
|2 fast
|
650 |
|
0 |
|a Internet programming.
|
650 |
|
6 |
|a Programmation Internet.
|
650 |
|
7 |
|a Microsoft .NET.
|2 blmlsh
|
650 |
|
7 |
|a Internet programming.
|2 blmlsh
|
650 |
|
7 |
|a Internet programming
|2 fast
|
700 |
1 |
|
|a LeBlond, Geoffrey T.
|
776 |
0 |
8 |
|i Print version:
|a Kittel, Michael A.
|t ASP.NET 2.0 Cookbook.
|d Sebastopol : O'Reilly Media, ©2005
|z 9780596100643
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0596100647/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758599
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7365508
|
994 |
|
|
|a 92
|b IZTAP
|