|
-
Jul 23rd, 2003, 10:35 PM
#1
Thread Starter
Hyperactive Member
Login
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|