Posts by Cesar Alves Pereira • 13 points
4 posts
-
0
votes1
answer33
viewsQ: Change a property value after aspnet click
I got all the CRUD done, but I wish when I click the button "approve" in my View where you are listing Registered Data, change only the property Situation. I put by default, so she always gets…
-
0
votes1
answer205
viewsQ: Delete User Identity
I’m new to the Identity, I’m having difficulty implementing the Delete Already Registered Users method. I’ve done Action, I ran View, but I have no knowledge of what methods Identity use to make…
-
1
votes0
answers33
viewsQ: Change Password on first access using Identity Asp Net Error sending Email
I’m having a problem implementing a feature. The idea is: Make the User change password at first access(Since the user is created by someone else). How I’m using the Identity, I took logic of the…
-
-1
votes3
answers186
viewsQ: How do I trigger confirm the form via enter?
I’m doing a C# program that plays what’s inside the TextBox into the Grid, But I’m only getting it through a button. I want to know how to make the supplier user the first data, press enter, skip to…