PayrollSystem for VB.Net
PayrollSystem for VB.Net
ORLANDA
SEDRIEL H. NAVASCA
BSIT-S-1A
COMPUTER PROGRAMMING 2
PAYROLL SYSTEM
INTERFACE:
CODE:
Public Class Form2
ClearFields()
End Sub
If
row.Cells(0).Value.ToString().ToLower().Contains(SearchBar.Text.ToLower()) Or
row.Cells(1).Value.ToString().ToLower().Contains(SearchBar.Text.ToLower()) Then
found = True
Exit For
End If
Next