Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a gridview that is populated from a MS SQL database, I can edit , delete records etc and this all works ok, but I now have quite a few records in the database (each record is details of a task that a resource has to undertake).

I want to be able to search the gridview for the task id, which is stored as an integer in the database, how can I achieve this ?

I'm using Visual Web Developer 2010 and code behind is vb.net.

Thanks
Posted

You can refer the following link

ASP.NET GridView with search option (SearchableGridView)[^]

Hope this helps
 
Share this answer
 
you can use FilterExpression if you use sqldatasource [^]
 
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