
ASP.NET jQuery Cookbook.
Title:
ASP.NET jQuery Cookbook.
Author:
Allana, Sonal Aneel.
ISBN:
9781849690478
Personal Author:
Edition:
1st ed.
Physical Description:
1 online resource (349 pages)
Contents:
ASP.NET jQuery Cookbook -- Table of Contents -- ASP.NET jQuery Cookbook -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Working with ASP.NET Controls -- Introduction -- Downloading jQuery -- Including jQuery library -- Getting started -- Using Visual Studio 2010: -- Using Visual Studio 2008 -- Usage of jQuery Library -- Creating default text for TextBoxes -- Getting ready -- How to do it… -- How it works… -- See also -- Auto focus on the first TextBox and tab on the Enter key -- Getting ready -- How to do it… -- How it works… -- See also -- Disallowing cut/copy/paste operations on a TextBox -- Getting ready -- How to do it… -- How it works… -- See also -- Highlighting text in a TextBox and copying to the clipboard -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Displaying selected items of a CheckBoxList -- Getting ready -- How to do it… -- How it works… -- See also -- Selecting/deselecting all items in CheckBoxList -- Getting ready -- How to do it… -- How it works… -- See also -- Getting selected text and value from DropDownList -- Getting ready -- How to do it… -- How it works… -- See also -- Appending items at runtime to a DropDownList -- Getting ready -- How to do it… -- How it works… -- There's more... -- See also -- Creating 'Back to Top' ASP.NET hyperlink -- Getting ready -- How to do it… -- How it works… -- See also -- Updating URL of ASP.NET hyperlink at runtime -- Getting ready -- How to do it… -- How it works… -- There's more... -- See also.
2. Validation of ASP.NET Controls -- Introduction -- Getting started -- Usage of validation plugin -- Validation of a sample user login form -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of basic field types in a user profile form -- Getting ready -- How to do it… -- How it works… -- See also -- Character limit validation in Multiline ASP.NET TextBox -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of date range in ASP.NET Form -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of ASP.NET CheckBoxList -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of ASP.NET RadioButtonList -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of ASP.NET ListBox Control -- Getting ready -- How to do it… -- How it works… -- See also -- Validation of ASP.NET DropDownList Control -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- 3. Working with GridView Control -- Introduction -- Getting started -- Creating and populating the GridView Control -- Applying skin file to GridView -- Highlighting rows/cells of a GridView on hover -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Removing GridView rows/cells on click -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Removing a GridView column on clicking the header -- Getting ready -- How to do it… -- How it works… -- See also -- Dragging and dropping GridView rows -- Getting ready -- How to do it… -- How it works… -- See also -- Changing cursor style for selective rows of a GridView -- Getting ready -- How to do it… -- How it works… -- See also -- Formatting a GridView and applying animation effect -- Getting ready -- How to do it… -- How it works… -- See also.
Retrieving the content of a GridView cell on click -- Getting ready -- How to do it… -- How it works… -- See also -- 4. Working with Image Control -- Introduction -- Getting started -- Adding/removing hyperlinks on images -- Getting ready -- How to do it… -- How it works… -- See also -- Displaying image captions -- Getting ready -- How to do it… -- How it works… -- See also -- Changing image opacity on mouseover -- Getting ready -- How to do it… -- How it works… -- See also -- Viewing enlarged images on mouseover on thumbnail -- Getting ready -- How to do it… -- How it works… -- See also -- Swapping images on a page -- Getting ready -- How to do it… -- How it works… -- See also -- Cropping images on a page -- Getting ready -- How to do it… -- How it works… -- See also -- Creating an image gallery viewer -- Getting ready -- How to do it… -- How it works… -- See also -- Zooming images on mouseover -- Getting ready -- How to do it… -- How it works… -- See also -- 5. Animations in ASP.NET -- Introduction -- Getting started -- Enlarging text on hover -- Getting ready -- How to do it… -- How it works… -- See also -- Creating a fade effect on hover -- Getting ready -- How to do it… -- How it works… -- See also -- Sliding elements on a page -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Preventing animation queue buildup -- Getting ready -- How to do it… -- How it works… -- See also -- Animating a panel -- Getting ready -- How to do it… -- How it works… -- See also -- Chaining animations together -- Getting ready -- How to do it… -- How it works… -- See also -- Hiding and displaying panels -- Getting ready -- How to do it… -- How it works… -- See also -- Creating disappearing effect -- Getting ready -- How to do it… -- How it works… -- See also -- 6. AJAX and ASP.NET (Part I) -- Introduction -- Getting started.
Setting up AJAX with ASP.NET using jQuery -- Getting ready -- How to do it… -- How it works… -- See also -- Using Firebug to view AJAX request/response -- Getting ready -- How to do it… -- See also -- Consuming page methods with AJAX -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Consuming web services with AJAX -- Getting ready -- How to do it… -- How it works… -- There's more... -- See also -- Populating ASP.NET DropDownList using AJAX -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Creating an auto complete search box -- Getting ready -- How to do it… -- How it works… -- There's more... -- See also -- 7. AJAX and ASP.NET (Part II) -- Introduction -- Getting started -- Displaying a progress indicator during AJAX calls -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Reading XML data with AJAX -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Catching and displaying AJAX errors -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Using AJAX to load scripts in web pages -- Getting ready -- How to do it… -- How it works... -- There's more… -- See also -- Cross site AJAX querying using jQuery -- Getting ready -- How to do it… -- How it works... -- See also -- Using complex data types with AJAX -- Getting ready -- How to do it… -- How it works... -- There's more… -- See also -- 8. Client Templating in jQuery -- Introduction -- Getting started -- Using jQuery Templates to display data -- Getting ready -- How to do it… -- How it works… -- See also -- Displaying arrays using nested templates -- Getting ready -- How to do it… -- How it works... -- See also -- Calling JavaScript functions and conditional statements in templates -- Getting ready -- How to do it… -- How it works...
See also -- Creating an ASP.NET CheckBoxList in templates -- Getting ready -- How to do it… -- How it works... -- See also -- Using templates to format data returned from web services -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Using callback functions with jQuery templates -- Getting ready -- How to do it… -- How it works... -- See also -- Calling external templates using jQuery -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Index.
Abstract:
Over 60 practical recipes for integrating jQuery with ASP.NET.
Local Note:
Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2017. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
Genre:
Electronic Access:
Click to View