Posts by Gabriel Mori • 9 points
1 post
-
0
votes3
answers103
viewsQ: Send error for duplicate login C#
I’m implementing a login system, but I can’t send an error message to when I try to create a duplicate login. I declared the login as follows: [Index("User_UserName_Index", IsUnique = true)] public…