Posts by Marnei • 45 points
4 posts
-
0
votes1
answer383
viewsA: Associate Identity Applicationuser to my Personal Class
I found it very complicated to implement this. Many errors related to Identity. I ended up making a relationship medium to form, consulting my table each time I want to consult the user of a…
-
1
votes1
answer383
viewsQ: Associate Identity Applicationuser to my Personal Class
My Asp.Net MVC system uses Identity in its default form, with a few simple customizations. I also have a table of Individuals (which inherits some information from People, but I don’t think this is…
-
2
votes1
answer2708
viewsQ: How to configure ASP.NET MVC validation to accept en-BR dates?
I can’t get the date formatting right in my forms. I tried several cases, all using the same view: @Html.EditorFor(model => model.Data, new { htmlAttributes = new { @class = "form-control" } })…
-
1
votes1
answer183
viewsQ: Actionlink on a list without reloading page
I have a conventional list generated by Asp.Net MVC. In the items I put an Actionlink to change the status of the item from Pending to Finished. Every time I click on the link it reloads the page.…
asp.net-mvcasked Marnei 45