If you already have a data grid and want to search it you can create a textbox and do a textbox.textchanged control to run something like below:
YourGridViewBindingSource.Filter = String.Format("YourDBColumn Like ;'*" & FilterValue) & "*'"
Last Updated on October 26, 2015