Great work found on
http://www.aspsnippets.com/Articles/Search-GridView-records-data-on-TextBox-KeyPress-using-jQuery-in-ASPNet.aspx
but it says only how to search data which is on <asp:BoundField /> .
Can you please tell how to search data on gridview from a database using jquery.
Thanks in advance
Eldhose
In the above aricle TextBox are getting added in the Header of GridVew in OnDataBound event. You can populate the GridView from Database it will search the Data from all the row that has been bounded to the GridView.
You can refer this article
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.