Posts by kLucas • 199 points
2 posts
-
5
votes1
answer1682
viewsQ: Create Roles to Hide/Show Menu
I’m developing my first application in Asp.NET MVC and now creating the restriction and authorization part of users. I would like to do this so that the menus of my application are only accessible…
asp.net-mvcasked kLucas 199 -
14
votes4
answers9242
viewsQ: Datetime field error message
I have a field in my application in mvc Asp.net c# to put start date and end date. [Required(ErrorMessage = "A data de início é obrigatória")] [DisplayFormat(DataFormatString = "{0:dd/MM/yyyy}",…