Click here to Skip to main content
15,885,278 members

Comments by Alex Dunlop (Top 8 by date)

Alex Dunlop 5-Nov-21 5:44am View    
The first problem is that if I leave username and password fields blank, a warning notification should be appeared at the bottom of the modal (saying "Invalid username or password!"). But when I press the login button, nothing happens.
Alex Dunlop 10-Oct-21 9:44am View    
Thanks. No, I save hashed passwords in MySQL table when the user signup.
For example, user's pass is stored as below:
$2y$10$ogozJf4WuHZg.u7sKFeNOO0qCHPRzePHtjSaOlFGqCj9hu/8WEsyW
Alex Dunlop 24-Aug-21 2:58am View    
Thanks. I know that Distict() can render unique list. But I want to find the index of them.
Alex Dunlop 24-Aug-21 2:56am View    
The last part is wrong (pair.index).
Alex Dunlop 4-Jun-21 13:09pm View    
Please help me to know how I can use 'IF' statement in SQL CE and C#.
Please give me an example.