Javascript

TwitterFacebook
Get flash to fully experience Pearltrees
http://zoyobar.blogspot.com/2011/11/use-jquery-autocomplete-to-give-user.html

Use jQuery Autocomplete To Give User Searching Suggestions Like Google

The original: http://zoyobar.blogspot.com/2011/11/use-jquery-autocomplete-to-give-user.html , last updated: 2012-1-26

AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in

http://www.codeproject.com/Articles/277576/AJAX-based-CRUD-tables-using-ASP-NET-MVC-3-and-jTa Contents Introduction to the problem When we are developing a ' data manipulation page ', we almost always do the same thing: A 'table/grid' that is used to ' show records ' of a table in a database, a ' create new record ' page/dialog to add a new record to the database, an ' edit record ' page/dialog to edit a record, and finally a way of ' deleting a record ' in the database.
http://www.codeproject.com/Tips/269388/How-prevent-Textbox-postback-when-hit-enter-key-in In ASP.NET, it is default nature that if you press the Enter key on any text box, the page wil post back. To stop this, I had to write a JavaScript function as below:

How to prevent textbox postback when hitting Enter key in ASP.NET

http://www.codeproject.com/Articles/263501/asp-net-Ajax-solution-by-Jquery-and-JSON Introduction I will share my Ajax solution by Jquery with JSON format in the next two parts.

asp.net Ajax solution by Jquery and JSON

http://www.codeproject.com/Articles/260362/Learning-jQuery-using-jQuery-Lab Download jQueryLab.zip - 43.64 KB Introduction

Learning jQuery using jQuery Lab

http://www.codeproject.com/Tips/265445/jQuery-tooltip-with-ajax-tooltip-datasource-with-g

jQuery tooltip with Ajax tooltip datasource with gridview

Introduction This morning I was trying to integrate jQuery tooltip plugin with grid view. What I need is on hovering of the one cell, I want to pass some parameters and read the content of the tooltip from a web method.

Google Charts in ASP.NET

Introduction Through this article, I'll try to explain how we can use Google charts for reporting purposes in ASP.NET web applications. Report generation is something quite common and we need to generate self explanatory and good looking reports to the users almost every time.

JQuery for Beginners

Introduction