Posts by Marlon Andrade • 11 points
4 posts
-
0
votes1
answer44
viewsA: Internationalization of images
I was from posting this question working on my solution, until I got it follow the project link - Click codepen.io…
-
-1
votes1
answer44
viewsQ: Internationalization of images
I have an HTML project that needs different images for each language. The image is loaded into index.html with <img src="">. How to change the image according to the chosen language? I tried…
-
1
votes1
answer162
viewsQ: How to direct each user to their page corresponding to their access profile using Asp.net Identity with roles
I have 3 profile registered in the SQL Server database, they are Master, Admin and User , when log in as you would for each user to be directed to your permission view. by default the route ta…
-
0
votes1
answer58
viewsQ: How to hide parts of a page based on user permissions using Asp.net Identity?
I have a project in mvc and I am using the Asp.net Identity, I have different types of profiles, example Adm / tutoring / master / user and I have access areas for each profile, in addition to the…