Using with JQuery with ASP.NET (Resources)
Posted by
sudhirmangla February 8, 2009
JQuery is most popular javascript library which eases javascript development. But JQuery does not work very well with ASP.NET. Here we try to list some of the best resources on the internet to get you started with JQuery with ASP.NET
Introduction to JQuery
jQuery Primer Part 1 and Part 2: Karl Seguin has two nice posts that provide a quick overview of some of the basics of how to use jQuery.
Introduction Related to ASP.net:
Check out Rick Strahl’s longer Introduction to jQuery article for a longer jQuery tutorial.
Best resources for using JQuery with ASP.NET:
- 7 of my favorite jQuery plugins for use with ASP.NET
List of 7 great plugins that can work seamlessly with ASP.NET - JQuery Related Resources:
Great blog for ASP.Net and JQuery integration articles. - jQuery Based Ajax.Net library
http://www.codeplex.com/jqueryajax
Introduction A set of jQuery based Ajax enabled ASP.NET controls including:- Multi-column auto-complete- Masked input- Calendar drop-down- Validation (including call-out validator)- Spell checking- Tab bar control.Also include a set of helper controls making general purpose ASP.NET program. - Use jQuery with ASP.NET with jQuery.noConflict()
Using Jquery in ASP.NET easily. - Using jQuery Plugins with ASP.NET
- Alternate way to select ASP.NET server controls using jQuery
I guess that you know by now that if you use MasterPages in your applications client ID of controls will differ from “server” ID. That’s because ASP.NET creates a new ID for controls on a page. So this is probably very familiar to you: - Creating a Cool UI effect on ASP.NET Panels using jQuery
In one my previous articles, I had discussed how to Create CollapsiblePanelExtender Functionality using ASP.NET and jQuery. In this article, we will see how to create another Cool UI effect on the ASP.NET Panels using jQuery. - 3 mistakes to avoid when using jQuery with ASP.NET AJAX
This article discuss the common 3 problem with JQuery when used with ASP.NET and best practices for using jQuery with ASP.NET - Using JQuery Validation plugin with ASP.NET
This articles describe how to make Jquery Validation plugin work with ASP.NET - Matt Berseth’s ASP.NET Demo Gallery
Most of the samples (all but 2 I believe) contain a link to download the source code for the demo, so be sure to check that out too. - GridView with Select All CheckBox using JQuery
One of the handy features that one might with to put on GridView is the Select All checkbox which is similar to the one on Hotmail and Yahoo. You click the checkbox on the header and all items (checkboxes underneath) get checked. - JScript IntelliSense: Working with jQuery
The hotfix we released today fixes a bug in IntelliSense where it would fail with jQuery. Any page with jQuery should just work now.
- Good Libraries for sharp ASp.NET
- How to create Windows XP Live CD, complete with preinstalled programs
- New NetBeans IDE 6.5 Released
- New features in C# 4.0
- Best free HTML editors
Categories : Programming
Got something to say?
















