making the web extensible

Handling keypress event using jQuery is fairly easy.Download the sample code.


What is JQuery ?
Most of the developers might already know what JQuery is. But for those who don’t, here it is. JQuery is a JavaScript lightweight library which is easy to use for JavaScript functions.

JQuery is very easy to learn and all you need to know its relevant methods and events. You can find the JQyery API reference here and you can also find some samples.

How can we use JQuery in ASP.NET application?
Real easy—if you’re creating ASP.NET app using Visual Studio 2010, then the relevant script files are already included.

For earlier versions of Visual Studio, you need to download the minified version of JQuery library from here and add the file to your project directory. Include the file as script tags in the pages, which requires JQuery.

Download the sample ASP.NET application with basic JQuery methods.

Extensible Web -- is an online learning and resource center which will help you to make your web applications run faster. The main idea is to provide you with tools, tips and tutorials to fine tune your web applications. It is merely an effort to make the entire web even faster. So stay tuned.