searching in a gridview using like keyword
how we perform searching in a gridview using "like" keyword wih a textbox and drpdownlist?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Apr 8, 2014, 1:54 AM
http://www.aspdotnet-suresh.com/2011/12/search-records-in-gridview-and.html
or you can use dataview to filter the rows using like operator.
Munesh SharmaPosted Apr 8, 2014, 1:15 AM
Mukesh Kumar TiwariPosted Apr 8, 2014, 12:46 AM
Call This Function of textchange event of searching text box...
OR on Button Click Event..