Advertisement
kilya

RowFilter_VB

Mar 14th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.14 KB | None | 0 0
  1. Dim text As String = TXT_SEARCH.Text
  2. dtview.RowFilter = " LABEL LIKE '%" & text & "%' OR COLOR LIKE '%" & text & "%' OR TYPE LIKE '%" & text & "%'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement