Dim LogInTableApt As New CSE_DEPTDataSetTableAdapters.LogInTableAdapter
Dim selForm As New SelectionForm
LogInTableApt.ClearBeforeFill = True
LogInTableApt.FillByUserNamePassWord(CSE_DEPTDataSet.LogIn, txtUserName.Text, txtPassWord.Text)
If CSE_DEPTDataSet.LogIn.Count = 0 Then
MessageBox.Show("No matched username/password found!")