I have been reading this article:
Many ways to communicate with your database using jQuery AJAX and ASP.NET
This article describes many ways to communicate with the database using jQuery and AJAX. Personally I use .ASHX handlers to get the data.
Can any one tell me which way considered the best in terms of being lightweight and performing well no matter how large the database is?