-
I have a simple gridview in my page and a search function
( with SqlDatSource.SelectCommand=”Select * From table where column name like etc…” ).
- If I search something , it will return the results in the gridview.
- How can I highlight the words searched in the gridview?
Thank you
Hey you can achive this through Grid Data Bound…