ASP.NET jQuery cookbook /

Saved in:
Bibliographic Details
Author / Creator:Allana, Sonal Aneel.
Imprint:Birmingham, UK : Packt, ©2011.
Description:1 online resource (iii, 291 pages) : color illustrations.
Language:English
Series:Quick answers to common problems
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11256358
Hidden Bibliographic Details
ISBN:9781849690478
1849690472
1849690464
9781849690461
9781849690461
Digital file characteristics:text file
Notes:English.
Summary:Annotation jQuery is a powerful, lightweight JavaScript library that simplifies various web development tasks. With the integration of jQuery with Visual Studio 2010, it has become increasingly popular for ASP.NET developers to use jQuery's awesome power in their applications. Combining jQuery and ASP.NET creates applications that are anything but lightweight. Using this Cookbook you will become adept at using this library in your ASP.NET web applications.

This cookbook shares the most powerful, impressive, and just plain handy jQuery secrets for ASP.NET developers. From substitute server-side code to corresponding client script, it shows ASP.NET developers how to get the most from jQuery in a simple, effective, and easy manner.

The cookbook takes a pragmatic approach in applying the jQuery library to ASP.NET applications. It will help you to master the use of jQuery with ASP.NET by taking you step-by-step through hands-on, practical recipes. With its help, you can learn to manipulate various ASP.NET controls like TextBox, CheckBoxList, DropDownList, BulletedList, Hyperlink, Image, and GridView as well as custom user controls. The book teaches client validation techniques thus providing a substitute for the server-side Validation Control. It explores various graphic and animation effects that can be accomplished very easily with the library to give a better interactive experience to the end user. It explores AJAX in depth and describes the use of Firebug to view / troubleshoot the corresponding request / response dialog. You will also learn to develop rich content using client scripting.

A practical, hands-on guide for exploiting the power of jQuery in ASP.NET applications.

MARC

LEADER 00000cam a2200000Ia 4500
001 11256358
005 20210426223321.6
006 m o d
007 cr cnu---unuuu
008 110524s2011 enka o 001 0 eng d
019 |a 968979133  |a 994495458 
020 |a 9781849690478  |q (electronic bk.) 
020 |a 1849690472  |q (electronic bk.) 
020 |a 1849690464 
020 |a 9781849690461 
020 |z 9781849690461 
035 |a (OCoLC)726971881  |z (OCoLC)968979133  |z (OCoLC)994495458 
035 9 |a (OCLCCM-CC)726971881 
037 |a 1578328264643358047  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d S4S  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COO  |d OCLCQ  |d AGLDB  |d ICA  |d XFH  |d FEM  |d JBG  |d D6H  |d OCLCQ  |d OCLCO  |d VTS  |d NLE  |d WYU  |d S9I  |d STF  |d K6U 
049 |a MAIN 
050 4 |a QA76.73.J39  |b A45 2011eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
100 1 |a Allana, Sonal Aneel. 
245 1 0 |a ASP.NET jQuery cookbook /  |c Sonal Aneel Allana. 
260 |a Birmingham, UK :  |b Packt,  |c ©2011. 
300 |a 1 online resource (iii, 291 pages) :  |b color 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  |2 rda 
490 0 |a Quick answers to common problems 
520 8 |a Annotation  |b jQuery is a powerful, lightweight JavaScript library that simplifies various web development tasks. With the integration of jQuery with Visual Studio 2010, it has become increasingly popular for ASP.NET developers to use jQuery's awesome power in their applications. Combining jQuery and ASP.NET creates applications that are anything but lightweight. Using this Cookbook you will become adept at using this library in your ASP.NET web applications.<br /><br />This cookbook shares the most powerful, impressive, and just plain handy jQuery secrets for ASP.NET developers. From substitute server-side code to corresponding client script, it shows ASP.NET developers how to get the most from jQuery in a simple, effective, and easy manner.<br /><br />The cookbook takes a pragmatic approach in applying the jQuery library to ASP.NET applications. It will help you to master the use of jQuery with ASP.NET by taking you step-by-step through hands-on, practical recipes. With its help, you can learn to manipulate various ASP.NET controls like TextBox, CheckBoxList, DropDownList, BulletedList, Hyperlink, Image, and GridView as well as custom user controls. The book teaches client validation techniques thus providing a substitute for the server-side Validation Control. It explores various graphic and animation effects that can be accomplished very easily with the library to give a better interactive experience to the end user. It explores AJAX in depth and describes the use of Firebug to view / troubleshoot the corresponding request / response dialog. You will also learn to develop rich content using client scripting.<br /><br />A practical, hands-on guide for exploiting the power of jQuery in ASP.NET applications. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Working with ASP.NET Controls; Introduction; Creating default text for TextBoxes; Auto focus on the first TextBox and tab on; the Enter key; Disallowing cut/copy/paste operations on a; TextBox; Highlighting text in a TextBox and copying; to the clipboard; Displaying selected items of a CheckBoxList; Selecting/deselecting all items in; CheckBoxList; Getting selected text and value from; DropDownList; Appending items at runtime to a; DropDownList. 
505 8 |a Creating 'Back to Top' ASP.NET hyperlinkUpdating URL of ASP.NET hyperlink at; runtime; Chapter 2:Validation of ASP.NET Controls; Introduction; Getting started; Validation of a sample user login form; Validation of basic field types in a user; profile form; Character limit validation in Multiline ASP.; NET TextBox; Validation of date range in ASP.NET Form; Validation of ASP.NET CheckBoxList; Validation of ASP.NET RadioButtonList; Validation of ASP.NET ListBox Control; Validation of ASP.NET DropDownList Control; Chapter 3:Working with GridView Control; Introduction. 
505 8 |a Highlighting rows/cells of a GridView onhover; Removing GridView rows/cells on click; Removing a GridView column on clicking the; header; Dragging and dropping GridView rows; Changing cursor style for selective rows of; a GridView; Formatting a GridView and applying; animation effect; Retrieving the content of a GridView cell on; click; Chapter 4:Working with Image Control; Introduction; Adding/removing hyperlinks on images; Displaying image captions; Changing image opacity on mouseover; Viewing enlarged images on mouseover on; thumbnail; Swapping images on a page; Cropping images on a page. 
505 8 |a Creating an image gallery viewerZooming images on mouseover; Chapter 5:Animations in ASP.NET; Introduction; Enlarging text on hover; Creating a fade effect on hover; Sliding elements on a page; Preventing animation queue buildup; Animating a panel; Chaining animations together; Hiding and displaying panels; Creating disappearing effect; Chapter 6:AJAX and ASP.NET (Part I); Introduction; Setting up AJAX with ASP.NET using jQuery; Using Firebug to view AJAX request/; response; Consuming page methods with AJAX; Consuming web services with AJAX; Populating ASP.NET DropDownList using; AJAX. 
505 8 |a Creating an auto complete search boxChapter 7:AJAX and ASP.NET (Part II); Introduction; Displaying a progress indicator during AJAX; calls; Reading XML data with AJAX; Catching and displaying AJAX errors; Using AJAX to load scripts in web pages; Cross site AJAX querying using jQuery; Using complex data types with AJAX; Chapter 8:Client Templating in jQuery; Introduction; Using jQuery Templates to display data; Displaying arrays using nested templates; Calling JavaScript functions and conditional; statements in templates; Creating an ASP.NET CheckBoxList in; templates. 
546 |a English. 
630 0 0 |a Active server pages.  |0 http://id.loc.gov/authorities/names/n98026190 
630 0 7 |a Active server pages.  |2 fast  |0 (OCoLC)fst01388618 
650 0 |a JavaScript (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh96004880 
650 0 |a Query languages (Computer science)  |0 http://id.loc.gov/authorities/subjects/sh96000160 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a Query languages (Computer science)  |2 fast  |0 (OCoLC)fst01085675 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
903 |a HeVa 
929 |a oclccm 
999 f f |i 52b0df97-1f25-5074-9af0-5744fa2039db  |s 94f77858-0dcb-53db-87c4-c9f22141fc3a 
928 |t Library of Congress classification  |a QA76.73.J39 A45 2011eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=365688  |z eBooks on EBSCOhost  |g ebooks  |i 12348916