Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I have Millions of Records in My GRIDVIEW.

I need to Search the Records using Textbox on key press (just like Google)

Please Please Please Can any one suggest me how to do this ?

Trying from almost 15 days but unable to comeup with this problem.

I need Exact Google Like SEARCH.( To search the Records from GRIDVIEW)

Thanks,
Posted

SQL Server 2008 has the technology support for 'Full Text search', which is similar to google like search for millions of records. You can find the step by step learning process at CodeProject SQL Full Text Search Programming[^]
 
Share this answer
 
Comments
Ranjith Reddy CSE 9-May-12 4:26am    
ya, i understood this, BUT how can we search records from GRIDVIEW by using Textbox on key press.
Please refer following threads:

This thread will show you how to search through all columns of ASP.NET GridView Data and show only those data which satisfies the search text: How to search through GridView records[^]

This example describes how to use GridView Filtering or Filter Gridview with DropDownList: GridView Filter Expression with DropDownList ASP.NET[^]

ASP.NET GridView Filtering[^]

[EDIT]
Also have a look on this CP Article, this will give you a Custom control derived from GridView, implements filtering, custom Top pager, and custom Bottom pager.
Custom GridView with Paging and Filtering[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900