|
Subject:
|
Chapto 08: Function UserPasswordMatches
|
|
Posted By:
|
pradns
|
Post Date:
|
9/28/2006 11:40:00 PM
|
Hi The above function always return the first row of the application
Dim CheckUserDataView As DataView = CheckUserTable.DefaultView CheckUserDataView.RowFilter = "Name = '" + UserName + "'" With CheckUserDataView If .Table.Rows(0).Item("Password").ToString.Trim = Password Then
Return True
Please check.I am unable to login second time
Brgds Pradns
Brgds Prad
|
|