Using this code to Log in
'Filter
DataSet11.User.DefaultView.RowFilter = "UserName = '" & TextBox1.Text & "' And Password='" & TextBox2.Text & "'"
If DataSet11.User.Count = 1 Then
Dim aForm As New MDIForm()
aForm.Show()
End If
I have already the correct UserName and Password but I can't log in. Attached with this is the Project that I am doing. Please check it..
Kindly help me to do this? Or any other idea to make my Login more presentable.
