Click here to Skip to main content
15,799,398 members
Home / Discussions / C#
   

C#

 
GeneralRe: Password CAPS not Checking in my code Pin
N Mohamed rafi23-Mar-22 1:56
N Mohamed rafi23-Mar-22 1:56 
GeneralRe: Password CAPS not Checking in my code Pin
OriginalGriff23-Mar-22 2:18
mvaOriginalGriff23-Mar-22 2:18 
GeneralRe: Password CAPS not Checking in my code Pin
Dave Kreskowiak23-Mar-22 3:46
mveDave Kreskowiak23-Mar-22 3:46 
GeneralRe: Password CAPS not Checking in my code Pin
N Mohamed rafi25-Mar-22 23:56
N Mohamed rafi25-Mar-22 23:56 
GeneralRe: Password CAPS not Checking in my code Pin
Dave Kreskowiak26-Mar-22 10:53
mveDave Kreskowiak26-Mar-22 10:53 
QuestionMysql Query Error Pin
N Mohamed rafi22-Mar-22 2:53
N Mohamed rafi22-Mar-22 2:53 
AnswerRe: Mysql Query Error Pin
Dave Kreskowiak22-Mar-22 3:02
mveDave Kreskowiak22-Mar-22 3:02 
AnswerRe: Mysql Query Error Pin
OriginalGriff22-Mar-22 3:40
mvaOriginalGriff22-Mar-22 3:40 
To add to what David has said, you are also putting yourself at quite considerable risk: Never store passwords in clear text - it is a major security risk. There is some information on how to do it here: Password Storage: How to do it.[^]

And remember: if this is web based and you have any European Union users then GDPR applies and that means you need to handle passwords as sensitive data and store them in a safe and secure manner. Text is neither of those and the fines can be .... um ... outstanding. In December 2018 a German company received a relatively low fine of €20,000 for just that.

The more I see of "your code" the more I think you aren't anywhere near ready for whatever it is you are trying to do ...
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

Questionhow sort datgridview or listview like windows explorer Pin
Le@rner21-Mar-22 21:01
Le@rner21-Mar-22 21:01 
AnswerRe: how sort datgridview or listview like windows explorer Pin
OriginalGriff21-Mar-22 22:12
mvaOriginalGriff21-Mar-22 22:12 
GeneralRe: how sort datgridview or listview like windows explorer Pin
Le@rner22-Mar-22 2:20
Le@rner22-Mar-22 2:20 
GeneralRe: how sort datgridview or listview like windows explorer Pin
Dave Kreskowiak22-Mar-22 2:50
mveDave Kreskowiak22-Mar-22 2:50 
AnswerRe: how sort datgridview or listview like windows explorer Pin
Richard Deeming21-Mar-22 23:32
mveRichard Deeming21-Mar-22 23:32 
GeneralRe: how sort datgridview or listview like windows explorer Pin
Le@rner22-Mar-22 3:00
Le@rner22-Mar-22 3:00 
GeneralRe: how sort datgridview or listview like windows explorer Pin
Le@rner28-Mar-22 2:36
Le@rner28-Mar-22 2:36 
GeneralRe: how sort datgridview or listview like windows explorer Pin
Richard Deeming28-Mar-22 22:45
mveRichard Deeming28-Mar-22 22:45 
AnswerRe: how sort datgridview or listview like windows explorer Pin
RobertSF26-Mar-22 14:32
professionalRobertSF26-Mar-22 14:32 
GeneralC# to Mysql Login code Error Pin
N Mohamed rafi21-Mar-22 17:34
N Mohamed rafi21-Mar-22 17:34 
SuggestionRe: C# to Mysql Login code Error Pin
Richard Deeming21-Mar-22 23:26
mveRichard Deeming21-Mar-22 23:26 
AnswerRe: C# to Mysql Login code Error Pin
Richard Deeming21-Mar-22 23:28
mveRichard Deeming21-Mar-22 23:28 
GeneralRe: C# to Mysql Login code Error Pin
N Mohamed rafi21-Mar-22 23:33
N Mohamed rafi21-Mar-22 23:33 
GeneralRe: C# to Mysql Login code Error Pin
Richard Deeming21-Mar-22 23:38
mveRichard Deeming21-Mar-22 23:38 
GeneralRe: C# to Mysql Login code Error Pin
N Mohamed rafi21-Mar-22 23:43
N Mohamed rafi21-Mar-22 23:43 
GeneralRe: C# to Mysql Login code Error Pin
Richard Deeming22-Mar-22 0:03
mveRichard Deeming22-Mar-22 0:03 
GeneralRe: C# to Mysql Login code Error Pin
N Mohamed rafi22-Mar-22 0:20
N Mohamed rafi22-Mar-22 0:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.