DZone

Introduction:

Searching the specific records, we will send the request using the AJAX method and search the records from the database, and then the result will be shown. Another method is that we will store all the records in any collection like dataset or session or any other variable and use LINQ for filtering it.

Reason for Using jQuery:

Your application will run very slowly if you post a huge amount of data on the server side. For solving this issue, we will search the data from jQuery in HTML table.

Source: DZone