CreateUserWizard Problems
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi When I want to delete a user I got an error : Item has already been added.Key in dictionary:'UserName'Key being added 'UserName' When I want to add a new user then add it to a role I get the error : The parameter user must not be empty and the exception point to the line of code Roles.AddUserToRole(CreateUserWizard1.UserName,'Users')
I am too late but i will never give up