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

Go to topic 50396

Return to index page 161
Return to index page 160
Return to index page 159
Return to index page 158
Return to index page 157
Return to index page 156
Return to index page 155
Return to index page 154
Return to index page 153
Return to index page 152